Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h1480 QualType getFunctionNoProtoType(QualType ResultTy,
1483 QualType getFunctionNoProtoType(QualType ResultTy) const { in getFunctionNoProtoType() function
1484 return getFunctionNoProtoType(ResultTy, FunctionType::ExtInfo()); in getFunctionNoProtoType()
H A DTypeProperties.td298 return ctx.getFunctionNoProtoType(returnType, extInfo);
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DMemRegion.cpp1010 T = getContext().getFunctionNoProtoType(T); in getVarRegion()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp3056 Result = getFunctionNoProtoType(FNPT->getReturnType(), Info); in adjustFunctionType()
3134 return getFunctionNoProtoType(RetTy, Proto->getExtInfo()); in getFunctionTypeWithoutPtrSizes()
4181 ASTContext::getFunctionNoProtoType(QualType ResultTy, in getFunctionNoProtoType() function in ASTContext
4196 getFunctionNoProtoType(getCanonicalFunctionResultType(ResultTy), Info); in getFunctionNoProtoType()
9626 return getFunctionNoProtoType(retType, einfo); in mergeFunctionTypes()
10694 return getFunctionNoProtoType(ResType, EI); in GetBuiltinType()
H A DType.cpp1030 return Ctx.getFunctionNoProtoType(returnType, T->getExtInfo()); in VisitFunctionNoProtoType()
1327 return Ctx.getFunctionNoProtoType(returnType, funcType->getExtInfo()); in VisitFunctionType()
H A DASTDiagnostic.cpp103 : Context.getFunctionNoProtoType(RT, FT->getExtInfo()); in Desugar()
H A DASTImporter.cpp1252 return Importer.getToContext().getFunctionNoProtoType(*ToReturnTypeOrErr, in VisitFunctionNoProtoType()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp5214 T = Context.getFunctionNoProtoType(T, EI); in GetFullTypeForDeclarator()
5230 T = Context.getFunctionNoProtoType(T, EI); in GetFullTypeForDeclarator()
H A DSemaExpr.cpp3404 type = Context.getFunctionNoProtoType(fty->getReturnType(), in BuildDeclarationNameExpr()
19388 DestType = S.Context.getFunctionNoProtoType(DestType, in VisitCallExpr()
H A DTreeTransform.h14381 return SemaRef.Context.getFunctionNoProtoType(T); in RebuildFunctionNoProtoType()
H A DSemaDecl.cpp14886 Context.getFunctionNoProtoType(Context.IntTy))) { in ImplicitlyDefineFunction()
/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp4343 QualType FType = Context->getFunctionNoProtoType(Context->VoidPtrTy); in SynthBlockInitFunctionDecl()
H A DRewriteModernObjC.cpp5189 QualType FType = Context->getFunctionNoProtoType(Context->VoidPtrTy); in SynthBlockInitFunctionDecl()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExpr.cpp2565 CGM.getContext().getFunctionNoProtoType(Proto->getReturnType()); in EmitFunctionDeclPointer()
H A DCodeGenModule.cpp6291 return Ctx.getFunctionNoProtoType( in GeneralizeFunctionType()