Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DASTContext.h1186 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/
DMemRegion.cpp886 T = getContext().getFunctionNoProtoType(T); in getVarRegion()
/external/clang/lib/AST/
DType.cpp822 return Ctx.getFunctionNoProtoType(returnType, T->getExtInfo()); in VisitFunctionNoProtoType()
1138 return ctx.getFunctionNoProtoType(returnType, funcType->getExtInfo()); in substObjCTypeArgs()
DASTContext.cpp2232 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()
DASTDiagnostic.cpp99 : Context.getFunctionNoProtoType(RT, FT->getExtInfo()); in Desugar()
DASTImporter.cpp1718 return Importer.getToContext().getFunctionNoProtoType(ToResultType, in VisitFunctionNoProtoType()
/external/clang/lib/Sema/
DSemaType.cpp4161 T = Context.getFunctionNoProtoType(T, EI); in GetFullTypeForDeclarator()
4187 T = Context.getFunctionNoProtoType(T, EI); in GetFullTypeForDeclarator()
DSemaExpr.cpp3002 type = Context.getFunctionNoProtoType(fty->getReturnType(), in BuildDeclarationNameExpr()
14685 DestType = S.Context.getFunctionNoProtoType(DestType, in VisitCallExpr()
DTreeTransform.h11621 return SemaRef.Context.getFunctionNoProtoType(T); in RebuildFunctionNoProtoType()
/external/clang/lib/CodeGen/
DCGExpr.cpp2028 CGF.getContext().getFunctionNoProtoType(Proto->getReturnType()); in EmitFunctionDeclLValue()
/external/clang/lib/Frontend/Rewrite/
DRewriteObjC.cpp4346 QualType FType = Context->getFunctionNoProtoType(Context->VoidPtrTy); in SynthBlockInitFunctionDecl()
DRewriteModernObjC.cpp5202 QualType FType = Context->getFunctionNoProtoType(Context->VoidPtrTy); in SynthBlockInitFunctionDecl()
/external/clang/lib/Serialization/
DASTReader.cpp5365 return Context.getFunctionNoProtoType(ResultType, Info); in readTypeRecord()