Searched refs:getFunctionNoProtoType (Results 1 – 13 of 13) sorted by relevance
/external/clang/include/clang/AST/ |
D | ASTContext.h | 1186 QualType getFunctionNoProtoType(QualType ResultTy, 1189 QualType getFunctionNoProtoType(QualType ResultTy) const { in getFunctionNoProtoType() function 1190 return getFunctionNoProtoType(ResultTy, FunctionType::ExtInfo()); in getFunctionNoProtoType()
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | MemRegion.cpp | 886 T = getContext().getFunctionNoProtoType(T); in getVarRegion()
|
/external/clang/lib/AST/ |
D | Type.cpp | 822 return Ctx.getFunctionNoProtoType(returnType, T->getExtInfo()); in VisitFunctionNoProtoType() 1138 return ctx.getFunctionNoProtoType(returnType, funcType->getExtInfo()); in substObjCTypeArgs()
|
D | ASTContext.cpp | 2232 Result = getFunctionNoProtoType(FNPT->getReturnType(), Info); in adjustFunctionType() 2997 ASTContext::getFunctionNoProtoType(QualType ResultTy, in getFunctionNoProtoType() function in ASTContext 3012 getFunctionNoProtoType(getCanonicalFunctionResultType(ResultTy), Info); in getFunctionNoProtoType() 7603 return getFunctionNoProtoType(retType, einfo); in mergeFunctionTypes() 8390 return getFunctionNoProtoType(ResType, EI); in GetBuiltinType()
|
D | ASTDiagnostic.cpp | 99 : Context.getFunctionNoProtoType(RT, FT->getExtInfo()); in Desugar()
|
D | ASTImporter.cpp | 1718 return Importer.getToContext().getFunctionNoProtoType(ToResultType, in VisitFunctionNoProtoType()
|
/external/clang/lib/Sema/ |
D | SemaType.cpp | 4161 T = Context.getFunctionNoProtoType(T, EI); in GetFullTypeForDeclarator() 4187 T = Context.getFunctionNoProtoType(T, EI); in GetFullTypeForDeclarator()
|
D | SemaExpr.cpp | 3002 type = Context.getFunctionNoProtoType(fty->getReturnType(), in BuildDeclarationNameExpr() 14685 DestType = S.Context.getFunctionNoProtoType(DestType, in VisitCallExpr()
|
D | TreeTransform.h | 11621 return SemaRef.Context.getFunctionNoProtoType(T); in RebuildFunctionNoProtoType()
|
/external/clang/lib/CodeGen/ |
D | CGExpr.cpp | 2028 CGF.getContext().getFunctionNoProtoType(Proto->getReturnType()); in EmitFunctionDeclLValue()
|
/external/clang/lib/Frontend/Rewrite/ |
D | RewriteObjC.cpp | 4346 QualType FType = Context->getFunctionNoProtoType(Context->VoidPtrTy); in SynthBlockInitFunctionDecl()
|
D | RewriteModernObjC.cpp | 5202 QualType FType = Context->getFunctionNoProtoType(Context->VoidPtrTy); in SynthBlockInitFunctionDecl()
|
/external/clang/lib/Serialization/ |
D | ASTReader.cpp | 5365 return Context.getFunctionNoProtoType(ResultType, Info); in readTypeRecord()
|