Searched refs:getFunctionNoProtoType (Results 1 – 11 of 11) sorted by relevance
| /minix3/external/bsd/llvm/dist/clang/include/clang/AST/ |
| H A D | ASTContext.h | 1071 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 D | MemRegion.cpp | 828 T = getContext().getFunctionNoProtoType(getContext().VoidTy); in getVarRegion()
|
| /minix3/external/bsd/llvm/dist/clang/lib/AST/ |
| H A D | ASTContext.cpp | 2089 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 D | ASTImporter.cpp | 1591 return Importer.getToContext().getFunctionNoProtoType(ToResultType, in VisitFunctionNoProtoType()
|
| /minix3/external/bsd/llvm/dist/clang/lib/Sema/ |
| H A D | SemaType.cpp | 2860 T = Context.getFunctionNoProtoType(T, EI); in GetFullTypeForDeclarator() 2886 T = Context.getFunctionNoProtoType(T, EI); in GetFullTypeForDeclarator()
|
| H A D | SemaExpr.cpp | 2898 type = Context.getFunctionNoProtoType(fty->getReturnType(), in BuildDeclarationNameExpr() 13445 DestType = S.Context.getFunctionNoProtoType(DestType, in VisitCallExpr()
|
| H A D | TreeTransform.h | 10474 return SemaRef.Context.getFunctionNoProtoType(T); in RebuildFunctionNoProtoType()
|
| /minix3/external/bsd/llvm/dist/clang/lib/CodeGen/ |
| H A D | CGExpr.cpp | 1856 CGF.getContext().getFunctionNoProtoType(Proto->getReturnType()); in EmitFunctionDeclLValue()
|
| /minix3/external/bsd/llvm/dist/clang/lib/Frontend/Rewrite/ |
| H A D | RewriteObjC.cpp | 4382 QualType FType = Context->getFunctionNoProtoType(Context->VoidPtrTy); in SynthBlockInitFunctionDecl()
|
| H A D | RewriteModernObjC.cpp | 5310 QualType FType = Context->getFunctionNoProtoType(Context->VoidPtrTy); in SynthBlockInitFunctionDecl()
|
| /minix3/external/bsd/llvm/dist/clang/lib/Serialization/ |
| H A D | ASTReader.cpp | 5336 return Context.getFunctionNoProtoType(ResultType, Info); in readTypeRecord()
|