Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDASTContext.h1101 QualType getFunctionNoProtoType(QualType ResultTy,
1104 QualType getFunctionNoProtoType(QualType ResultTy) const { in getFunctionNoProtoType() function
1105 return getFunctionNoProtoType(ResultTy, FunctionType::ExtInfo()); in getFunctionNoProtoType()
/NextBSD/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
HDMemRegion.cpp830 T = getContext().getFunctionNoProtoType(T); in getVarRegion()
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDASTContext.cpp2164 Result = getFunctionNoProtoType(FNPT->getReturnType(), Info); in adjustFunctionType()
2920 ASTContext::getFunctionNoProtoType(QualType ResultTy, in getFunctionNoProtoType() function in ASTContext
2936 Canonical = getFunctionNoProtoType(getCanonicalType(ResultTy), Info); in getFunctionNoProtoType()
7423 return getFunctionNoProtoType(retType, einfo); in mergeFunctionTypes()
8174 return getFunctionNoProtoType(ResType, EI); in GetBuiltinType()
HDType.cpp799 return Ctx.getFunctionNoProtoType(returnType, T->getExtInfo()); in VisitFunctionNoProtoType()
1118 return ctx.getFunctionNoProtoType(returnType, funcType->getExtInfo()); in substObjCTypeArgs()
HDASTImporter.cpp1635 return Importer.getToContext().getFunctionNoProtoType(ToResultType, in VisitFunctionNoProtoType()
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaType.cpp3851 T = Context.getFunctionNoProtoType(T, EI); in GetFullTypeForDeclarator()
3877 T = Context.getFunctionNoProtoType(T, EI); in GetFullTypeForDeclarator()
HDSemaExpr.cpp2963 type = Context.getFunctionNoProtoType(fty->getReturnType(), in BuildDeclarationNameExpr()
13967 DestType = S.Context.getFunctionNoProtoType(DestType, in VisitCallExpr()
HDTreeTransform.h10799 return SemaRef.Context.getFunctionNoProtoType(T); in RebuildFunctionNoProtoType()
/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCGExpr.cpp1885 CGF.getContext().getFunctionNoProtoType(Proto->getReturnType()); in EmitFunctionDeclLValue()
/NextBSD/contrib/llvm/tools/clang/lib/Frontend/Rewrite/
HDRewriteObjC.cpp4376 QualType FType = Context->getFunctionNoProtoType(Context->VoidPtrTy); in SynthBlockInitFunctionDecl()
HDRewriteModernObjC.cpp5298 QualType FType = Context->getFunctionNoProtoType(Context->VoidPtrTy); in SynthBlockInitFunctionDecl()
/NextBSD/contrib/llvm/tools/clang/lib/Serialization/
HDASTReader.cpp5109 return Context.getFunctionNoProtoType(ResultType, Info); in readTypeRecord()