Searched refs:getFunctionNoProtoType (Results 1 – 17 of 17) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaAPINotes.cpp | 412 Context.getFunctionNoProtoType(*Modified, FnType->getExtInfo())); in ApplyNullability() 610 FD->setType(S.Context.getFunctionNoProtoType( in ProcessAPINotes()
|
| H A D | SemaType.cpp | 5131 T = Context.getFunctionNoProtoType(T, EI); in GetFullTypeForDeclarator() 5157 ? Context.getFunctionNoProtoType(T, EI) in GetFullTypeForDeclarator()
|
| H A D | SemaExpr.cpp | 3441 type = Context.getFunctionNoProtoType(fty->getReturnType(), in BuildDeclarationNameExpr() 20935 DestType = S.Context.getFunctionNoProtoType(DestType, in VisitCallExpr()
|
| H A D | TreeTransform.h | 17304 return SemaRef.Context.getFunctionNoProtoType(T); in RebuildFunctionNoProtoType()
|
| H A D | SemaDecl.cpp | 16766 Context.getFunctionNoProtoType(Context.IntTy))) { in ImplicitlyDefineFunction()
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | ASTContext.h | 1723 QualType getFunctionNoProtoType(QualType ResultTy, 1726 QualType getFunctionNoProtoType(QualType ResultTy) const { in getFunctionNoProtoType() function 1727 return getFunctionNoProtoType(ResultTy, FunctionType::ExtInfo()); in getFunctionNoProtoType()
|
| H A D | TypeProperties.td | 309 return ctx.getFunctionNoProtoType(returnType, extInfo);
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGPointerAuth.cpp | 494 FuncType = Context.getFunctionNoProtoType(Proto->getReturnType(), in getFunctionPointer()
|
| H A D | CodeGenModule.cpp | 7910 return Ctx.getFunctionNoProtoType( in GeneralizeFunctionType()
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | ASTContext.cpp | 3775 Result = getFunctionNoProtoType(FNPT->getReturnType(), Info); in adjustFunctionType() 3790 return getFunctionNoProtoType(ResultType, FNPT->getExtInfo()); in adjustFunctionResultType() 3844 return getFunctionNoProtoType(RetTy, Proto->getExtInfo()); in getFunctionTypeWithoutPtrSizes() 4919 ASTContext::getFunctionNoProtoType(QualType ResultTy, in getFunctionNoProtoType() function in ASTContext 4941 getFunctionNoProtoType(getCanonicalFunctionResultType(ResultTy), Info); in getFunctionNoProtoType() 11542 return getFunctionNoProtoType(retType, einfo); in mergeFunctionTypes() 12701 return getFunctionNoProtoType(ResType, EI); in GetBuiltinType() 14109 return Ctx.getFunctionNoProtoType( in getCommonNonSugarTypeNode()
|
| H A D | ASTDiagnostic.cpp | 110 : Context.getFunctionNoProtoType(RT, FT->getExtInfo()); in desugarForDiagnostic()
|
| H A D | Type.cpp | 1166 return Ctx.getFunctionNoProtoType(returnType, T->getExtInfo()); in VisitFunctionNoProtoType() 1467 return Ctx.getFunctionNoProtoType(returnType, funcType->getExtInfo()); in VisitFunctionType()
|
| H A D | ASTImporter.cpp | 1545 return Importer.getToContext().getFunctionNoProtoType(*ToReturnTypeOrErr, in VisitFunctionNoProtoType()
|
| /freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
| H A D | RewriteObjC.cpp | 4326 QualType FType = Context->getFunctionNoProtoType(Context->VoidPtrTy); in SynthBlockInitFunctionDecl()
|
| H A D | RewriteModernObjC.cpp | 5163 QualType FType = Context->getFunctionNoProtoType(Context->VoidPtrTy); in SynthBlockInitFunctionDecl()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
| H A D | TypeSystemClang.cpp | 4737 QualType func_type = ast.getFunctionNoProtoType(ast.VoidTy, generic_ext_info); in CreateGenericFunctionPrototype()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 8842 …ENS_8QualTypeERKNS_12FunctionType7ExtInfoE", "clang::ASTContext::getFunctionNoProtoType(clang::Qua…
|