Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DASTContext.h1071 QualType getFunctionNoProtoType(QualType ResultTy,
1074 QualType getFunctionNoProtoType(QualType ResultTy) const { in getFunctionNoProtoType() function
1075 return getFunctionNoProtoType(ResultTy, FunctionType::ExtInfo()); in getFunctionNoProtoType()
/minix3/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DMemRegion.cpp828 T = getContext().getFunctionNoProtoType(getContext().VoidTy); in getVarRegion()
/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DASTContext.cpp2089 Result = getFunctionNoProtoType(FNPT->getReturnType(), Info); in adjustFunctionType()
2845 ASTContext::getFunctionNoProtoType(QualType ResultTy, in getFunctionNoProtoType() function in ASTContext
2861 Canonical = getFunctionNoProtoType(getCanonicalType(ResultTy), Info); in getFunctionNoProtoType()
7071 return getFunctionNoProtoType(retType, einfo); in mergeFunctionTypes()
7819 return getFunctionNoProtoType(ResType, EI); in GetBuiltinType()
H A DASTImporter.cpp1591 return Importer.getToContext().getFunctionNoProtoType(ToResultType, in VisitFunctionNoProtoType()
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaType.cpp2860 T = Context.getFunctionNoProtoType(T, EI); in GetFullTypeForDeclarator()
2886 T = Context.getFunctionNoProtoType(T, EI); in GetFullTypeForDeclarator()
H A DSemaExpr.cpp2898 type = Context.getFunctionNoProtoType(fty->getReturnType(), in BuildDeclarationNameExpr()
13445 DestType = S.Context.getFunctionNoProtoType(DestType, in VisitCallExpr()
H A DTreeTransform.h10474 return SemaRef.Context.getFunctionNoProtoType(T); in RebuildFunctionNoProtoType()
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGExpr.cpp1856 CGF.getContext().getFunctionNoProtoType(Proto->getReturnType()); in EmitFunctionDeclLValue()
/minix3/external/bsd/llvm/dist/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp4382 QualType FType = Context->getFunctionNoProtoType(Context->VoidPtrTy); in SynthBlockInitFunctionDecl()
H A DRewriteModernObjC.cpp5310 QualType FType = Context->getFunctionNoProtoType(Context->VoidPtrTy); in SynthBlockInitFunctionDecl()
/minix3/external/bsd/llvm/dist/clang/lib/Serialization/
H A DASTReader.cpp5336 return Context.getFunctionNoProtoType(ResultType, Info); in readTypeRecord()