Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h1542 QualType getFunctionNoProtoType(QualType ResultTy,
1545 QualType getFunctionNoProtoType(QualType ResultTy) const { in getFunctionNoProtoType() function
1546 return getFunctionNoProtoType(ResultTy, FunctionType::ExtInfo()); in getFunctionNoProtoType()
H A DTypeProperties.td298 return ctx.getFunctionNoProtoType(returnType, extInfo);
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp3121 Result = getFunctionNoProtoType(FNPT->getReturnType(), Info); in adjustFunctionType()
3199 return getFunctionNoProtoType(RetTy, Proto->getExtInfo()); in getFunctionTypeWithoutPtrSizes()
4282 ASTContext::getFunctionNoProtoType(QualType ResultTy, in getFunctionNoProtoType() function in ASTContext
4304 getFunctionNoProtoType(getCanonicalFunctionResultType(ResultTy), Info); in getFunctionNoProtoType()
10494 return getFunctionNoProtoType(retType, einfo); in mergeFunctionTypes()
11593 return getFunctionNoProtoType(ResType, EI); in GetBuiltinType()
12806 return Ctx.getFunctionNoProtoType( in getCommonNonSugarTypeNode()
H A DASTDiagnostic.cpp110 : Context.getFunctionNoProtoType(RT, FT->getExtInfo()); in desugarForDiagnostic()
H A DType.cpp1062 return Ctx.getFunctionNoProtoType(returnType, T->getExtInfo()); in VisitFunctionNoProtoType()
1360 return Ctx.getFunctionNoProtoType(returnType, funcType->getExtInfo()); in VisitFunctionType()
H A DASTImporter.cpp1300 return Importer.getToContext().getFunctionNoProtoType(*ToReturnTypeOrErr, in VisitFunctionNoProtoType()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp5498 T = Context.getFunctionNoProtoType(T, EI); in GetFullTypeForDeclarator()
5524 ? Context.getFunctionNoProtoType(T, EI) in GetFullTypeForDeclarator()
H A DSemaExpr.cpp3655 type = Context.getFunctionNoProtoType(fty->getReturnType(), in BuildDeclarationNameExpr()
21441 DestType = S.Context.getFunctionNoProtoType(DestType, in VisitCallExpr()
H A DTreeTransform.h15134 return SemaRef.Context.getFunctionNoProtoType(T); in RebuildFunctionNoProtoType()
H A DSemaDecl.cpp16491 Context.getFunctionNoProtoType(Context.IntTy))) { in ImplicitlyDefineFunction()
/freebsd-14.2/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-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp7428 return Ctx.getFunctionNoProtoType( in GeneralizeFunctionType()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp4649 QualType func_type = ast.getFunctionNoProtoType(ast.VoidTy, generic_ext_info); in CreateGenericFunctionPrototype()