Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DASTContext.h1073 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/
DMemRegion.cpp828 T = getContext().getFunctionNoProtoType(getContext().VoidTy); in getVarRegion()
/external/clang/lib/AST/
DASTContext.cpp2110 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()
DASTImporter.cpp1592 return Importer.getToContext().getFunctionNoProtoType(ToResultType, in VisitFunctionNoProtoType()
/external/lldb/source/Expression/
DClangExpressionDeclMap.cpp1389 QualType generic_function_type = ast_context->getFunctionNoProtoType(ast_context->UnknownAnyTy); in MaybePromoteToBlockPointerType()
/external/clang/lib/Sema/
DSemaType.cpp2908 T = Context.getFunctionNoProtoType(T, EI); in GetFullTypeForDeclarator()
2934 T = Context.getFunctionNoProtoType(T, EI); in GetFullTypeForDeclarator()
DSemaExpr.cpp2943 type = Context.getFunctionNoProtoType(fty->getReturnType(), in BuildDeclarationNameExpr()
13950 DestType = S.Context.getFunctionNoProtoType(DestType, in VisitCallExpr()
DTreeTransform.h10526 return SemaRef.Context.getFunctionNoProtoType(T); in RebuildFunctionNoProtoType()
/external/clang/lib/CodeGen/
DCGExpr.cpp1883 CGF.getContext().getFunctionNoProtoType(Proto->getReturnType()); in EmitFunctionDeclLValue()
/external/clang/lib/Frontend/Rewrite/
DRewriteObjC.cpp4379 QualType FType = Context->getFunctionNoProtoType(Context->VoidPtrTy); in SynthBlockInitFunctionDecl()
DRewriteModernObjC.cpp5301 QualType FType = Context->getFunctionNoProtoType(Context->VoidPtrTy); in SynthBlockInitFunctionDecl()
/external/clang/lib/Serialization/
DASTReader.cpp5397 return Context.getFunctionNoProtoType(ResultType, Info); in readTypeRecord()