Home
last modified time | relevance | path

Searched refs:getFunctionNoProtoType (Results 1 – 15 of 15) sorted by relevance

/netbsd/external/apache2/llvm/dist/clang/include/clang/AST/
H A DASTContext.h1435 QualType getFunctionNoProtoType(QualType ResultTy,
1438 QualType getFunctionNoProtoType(QualType ResultTy) const { in getFunctionNoProtoType() function
1439 return getFunctionNoProtoType(ResultTy, FunctionType::ExtInfo()); in getFunctionNoProtoType()
H A DTypeProperties.td298 return ctx.getFunctionNoProtoType(returnType, extInfo);
/netbsd/external/apache2/llvm/dist/clang/lib/AST/
H A DASTContext.cpp3041 Result = getFunctionNoProtoType(FNPT->getReturnType(), Info); in adjustFunctionType()
3119 return getFunctionNoProtoType(RetTy, Proto->getExtInfo()); in getFunctionTypeWithoutPtrSizes()
4166 ASTContext::getFunctionNoProtoType(QualType ResultTy, in getFunctionNoProtoType() function in ASTContext
4181 getFunctionNoProtoType(getCanonicalFunctionResultType(ResultTy), Info); in getFunctionNoProtoType()
9592 return getFunctionNoProtoType(retType, einfo); in mergeFunctionTypes()
10647 return getFunctionNoProtoType(ResType, EI); in GetBuiltinType()
H A DType.cpp1030 return Ctx.getFunctionNoProtoType(returnType, T->getExtInfo()); in VisitFunctionNoProtoType()
1327 return Ctx.getFunctionNoProtoType(returnType, funcType->getExtInfo()); in VisitFunctionType()
H A DASTDiagnostic.cpp102 : Context.getFunctionNoProtoType(RT, FT->getExtInfo()); in Desugar()
H A DASTImporter.cpp1234 return Importer.getToContext().getFunctionNoProtoType(*ToReturnTypeOrErr, in VisitFunctionNoProtoType()
/netbsd/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DMemRegion.cpp1010 T = getContext().getFunctionNoProtoType(T); in getVarRegion()
/netbsd/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaType.cpp5181 T = Context.getFunctionNoProtoType(T, EI); in GetFullTypeForDeclarator()
5197 T = Context.getFunctionNoProtoType(T, EI); in GetFullTypeForDeclarator()
H A DSemaExpr.cpp3393 type = Context.getFunctionNoProtoType(fty->getReturnType(), in BuildDeclarationNameExpr()
19212 DestType = S.Context.getFunctionNoProtoType(DestType, in VisitCallExpr()
H A DTreeTransform.h14316 return SemaRef.Context.getFunctionNoProtoType(T); in RebuildFunctionNoProtoType()
H A DSemaDecl.cpp14830 Context.getFunctionNoProtoType(Context.IntTy))) { in ImplicitlyDefineFunction()
/netbsd/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp4357 QualType FType = Context->getFunctionNoProtoType(Context->VoidPtrTy); in SynthBlockInitFunctionDecl()
H A DRewriteModernObjC.cpp5202 QualType FType = Context->getFunctionNoProtoType(Context->VoidPtrTy); in SynthBlockInitFunctionDecl()
/netbsd/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGExpr.cpp2565 CGM.getContext().getFunctionNoProtoType(Proto->getReturnType()); in EmitFunctionDeclPointer()
H A DCodeGenModule.cpp6257 return Ctx.getFunctionNoProtoType( in GeneralizeFunctionType()