Searched refs:getFunctionNoProtoType (Results 1 – 12 of 12) sorted by relevance
| /trueos/contrib/llvm/tools/clang/include/clang/AST/ |
| HD | ASTContext.h | 1030 QualType getFunctionNoProtoType(QualType ResultTy, 1033 QualType getFunctionNoProtoType(QualType ResultTy) const { in getFunctionNoProtoType() function 1034 return getFunctionNoProtoType(ResultTy, FunctionType::ExtInfo()); in getFunctionNoProtoType()
|
| /trueos/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/ |
| HD | MemRegion.cpp | 826 T = getContext().getFunctionNoProtoType(getContext().VoidTy); in getVarRegion()
|
| /trueos/contrib/llvm/tools/clang/lib/AST/ |
| HD | ASTContext.cpp | 2083 Result = getFunctionNoProtoType(FNPT->getResultType(), Info); in adjustFunctionType() 2762 ASTContext::getFunctionNoProtoType(QualType ResultTy, in getFunctionNoProtoType() function in ASTContext 2778 Canonical = getFunctionNoProtoType(getCanonicalType(ResultTy), Info); in getFunctionNoProtoType() 7091 return getFunctionNoProtoType(retType, einfo); in mergeFunctionTypes() 7828 return getFunctionNoProtoType(ResType, EI); in GetBuiltinType()
|
| HD | ASTImporter.cpp | 1593 return Importer.getToContext().getFunctionNoProtoType(ToResultType, in VisitFunctionNoProtoType()
|
| /trueos/contrib/llvm/tools/lldb/source/Expression/ |
| HD | ClangExpressionDeclMap.cpp | 1475 QualType generic_function_type = ast_context->getFunctionNoProtoType(ast_context->UnknownAnyTy); in MaybePromoteToBlockPointerType()
|
| /trueos/contrib/llvm/tools/clang/lib/Sema/ |
| HD | SemaType.cpp | 2887 T = Context.getFunctionNoProtoType(T, EI); in GetFullTypeForDeclarator() 2912 T = Context.getFunctionNoProtoType(T, EI); in GetFullTypeForDeclarator()
|
| HD | SemaExpr.cpp | 2777 type = Context.getFunctionNoProtoType(fty->getResultType(), in BuildDeclarationNameExpr() 12847 DestType = S.Context.getFunctionNoProtoType(DestType, in VisitCallExpr()
|
| HD | TreeTransform.h | 9574 return SemaRef.Context.getFunctionNoProtoType(T); in RebuildFunctionNoProtoType()
|
| /trueos/contrib/llvm/tools/clang/lib/CodeGen/ |
| HD | CGExpr.cpp | 1721 CGF.getContext().getFunctionNoProtoType(Proto->getResultType()); in EmitFunctionDeclLValue()
|
| /trueos/contrib/llvm/tools/clang/lib/Rewrite/Frontend/ |
| HD | RewriteObjC.cpp | 4448 QualType FType = Context->getFunctionNoProtoType(Context->VoidPtrTy); in SynthBlockInitFunctionDecl()
|
| HD | RewriteModernObjC.cpp | 5410 QualType FType = Context->getFunctionNoProtoType(Context->VoidPtrTy); in SynthBlockInitFunctionDecl()
|
| /trueos/contrib/llvm/tools/clang/lib/Serialization/ |
| HD | ASTReader.cpp | 4651 return Context.getFunctionNoProtoType(ResultType, Info); in readTypeRecord()
|