Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DASTContext.h1372 QualType getFunctionNoProtoType(QualType ResultTy,
1375 QualType getFunctionNoProtoType(QualType ResultTy) const { in getFunctionNoProtoType() function
1376 return getFunctionNoProtoType(ResultTy, FunctionType::ExtInfo()); in getFunctionNoProtoType()
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DMemRegion.cpp913 T = getContext().getFunctionNoProtoType(T); in getVarRegion()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DType.cpp896 return Ctx.getFunctionNoProtoType(returnType, T->getExtInfo()); in VisitFunctionNoProtoType()
1222 return ctx.getFunctionNoProtoType(returnType, funcType->getExtInfo()); in substObjCTypeArgs()
H A DASTContext.cpp2728 Result = getFunctionNoProtoType(FNPT->getReturnType(), Info); in adjustFunctionType()
3570 ASTContext::getFunctionNoProtoType(QualType ResultTy, in getFunctionNoProtoType() function in ASTContext
3585 getFunctionNoProtoType(getCanonicalFunctionResultType(ResultTy), Info); in getFunctionNoProtoType()
8672 return getFunctionNoProtoType(retType, einfo); in mergeFunctionTypes()
9563 return getFunctionNoProtoType(ResType, EI); in GetBuiltinType()
H A DASTDiagnostic.cpp98 : Context.getFunctionNoProtoType(RT, FT->getExtInfo()); in Desugar()
H A DASTImporter.cpp1170 return Importer.getToContext().getFunctionNoProtoType(*ToReturnTypeOrErr, in VisitFunctionNoProtoType()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaType.cpp4678 T = Context.getFunctionNoProtoType(T, EI); in GetFullTypeForDeclarator()
4694 T = Context.getFunctionNoProtoType(T, EI); in GetFullTypeForDeclarator()
H A DSemaExpr.cpp3014 type = Context.getFunctionNoProtoType(fty->getReturnType(), in BuildDeclarationNameExpr()
16438 DestType = S.Context.getFunctionNoProtoType(DestType, in VisitCallExpr()
H A DTreeTransform.h12530 return SemaRef.Context.getFunctionNoProtoType(T); in RebuildFunctionNoProtoType()
H A DSemaDecl.cpp13456 Context.getFunctionNoProtoType(Context.IntTy))) { in ImplicitlyDefineFunction()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenModule.cpp5401 return Ctx.getFunctionNoProtoType( in GeneralizeFunctionType()
H A DCGExpr.cpp2391 CGM.getContext().getFunctionNoProtoType(Proto->getReturnType()); in EmitFunctionDeclPointer()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp4345 QualType FType = Context->getFunctionNoProtoType(Context->VoidPtrTy); in SynthBlockInitFunctionDecl()
H A DRewriteModernObjC.cpp5196 QualType FType = Context->getFunctionNoProtoType(Context->VoidPtrTy); in SynthBlockInitFunctionDecl()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReader.cpp6034 return Context.getFunctionNoProtoType(ResultType, Info); in readTypeRecord()