Searched refs:getFunctionNoProtoType (Results 1 – 12 of 12) sorted by relevance
/external/clang/include/clang/AST/ |
D | ASTContext.h | 1073 QualType getFunctionNoProtoType(QualType ResultTy, 1076 QualType getFunctionNoProtoType(QualType ResultTy) const { in getFunctionNoProtoType() function 1077 return getFunctionNoProtoType(ResultTy, FunctionType::ExtInfo()); in getFunctionNoProtoType()
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | MemRegion.cpp | 828 T = getContext().getFunctionNoProtoType(getContext().VoidTy); in getVarRegion()
|
/external/clang/lib/AST/ |
D | ASTContext.cpp | 2110 Result = getFunctionNoProtoType(FNPT->getReturnType(), Info); in adjustFunctionType() 2866 ASTContext::getFunctionNoProtoType(QualType ResultTy, in getFunctionNoProtoType() function in ASTContext 2882 Canonical = getFunctionNoProtoType(getCanonicalType(ResultTy), Info); in getFunctionNoProtoType() 7106 return getFunctionNoProtoType(retType, einfo); in mergeFunctionTypes() 7857 return getFunctionNoProtoType(ResType, EI); in GetBuiltinType()
|
D | ASTImporter.cpp | 1592 return Importer.getToContext().getFunctionNoProtoType(ToResultType, in VisitFunctionNoProtoType()
|
/external/lldb/source/Expression/ |
D | ClangExpressionDeclMap.cpp | 1389 QualType generic_function_type = ast_context->getFunctionNoProtoType(ast_context->UnknownAnyTy); in MaybePromoteToBlockPointerType()
|
/external/clang/lib/Sema/ |
D | SemaType.cpp | 2908 T = Context.getFunctionNoProtoType(T, EI); in GetFullTypeForDeclarator() 2934 T = Context.getFunctionNoProtoType(T, EI); in GetFullTypeForDeclarator()
|
D | SemaExpr.cpp | 2943 type = Context.getFunctionNoProtoType(fty->getReturnType(), in BuildDeclarationNameExpr() 13950 DestType = S.Context.getFunctionNoProtoType(DestType, in VisitCallExpr()
|
D | TreeTransform.h | 10526 return SemaRef.Context.getFunctionNoProtoType(T); in RebuildFunctionNoProtoType()
|
/external/clang/lib/CodeGen/ |
D | CGExpr.cpp | 1883 CGF.getContext().getFunctionNoProtoType(Proto->getReturnType()); in EmitFunctionDeclLValue()
|
/external/clang/lib/Frontend/Rewrite/ |
D | RewriteObjC.cpp | 4379 QualType FType = Context->getFunctionNoProtoType(Context->VoidPtrTy); in SynthBlockInitFunctionDecl()
|
D | RewriteModernObjC.cpp | 5301 QualType FType = Context->getFunctionNoProtoType(Context->VoidPtrTy); in SynthBlockInitFunctionDecl()
|
/external/clang/lib/Serialization/ |
D | ASTReader.cpp | 5397 return Context.getFunctionNoProtoType(ResultType, Info); in readTypeRecord()
|