Searched refs:getFunctionNoProtoType (Results 1 – 16 of 16) sorted by relevance
| /src/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaAPINotes.cpp | 78 S.Context.getFunctionNoProtoType(*Modified, FnType->getExtInfo())); in applyNullability() 535 FD->setType(S.Context.getFunctionNoProtoType( in ProcessAPINotes()
|
| H A D | SemaType.cpp | 5066 T = Context.getFunctionNoProtoType(T, EI); in GetFullTypeForDeclarator() 5092 ? Context.getFunctionNoProtoType(T, EI) in GetFullTypeForDeclarator()
|
| H A D | SemaExpr.cpp | 3393 type = Context.getFunctionNoProtoType(fty->getReturnType(), in BuildDeclarationNameExpr() 20441 DestType = S.Context.getFunctionNoProtoType(DestType, in VisitCallExpr()
|
| H A D | TreeTransform.h | 16167 return SemaRef.Context.getFunctionNoProtoType(T); in RebuildFunctionNoProtoType()
|
| H A D | SemaDecl.cpp | 16285 Context.getFunctionNoProtoType(Context.IntTy))) { in ImplicitlyDefineFunction()
|
| /src/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGPointerAuth.cpp | 362 FuncType = Context.getFunctionNoProtoType(Proto->getReturnType(), in getFunctionPointer()
|
| H A D | CodeGenModule.cpp | 7577 return Ctx.getFunctionNoProtoType( in GeneralizeFunctionType()
|
| /src/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | ASTContext.h | 1604 QualType getFunctionNoProtoType(QualType ResultTy, 1607 QualType getFunctionNoProtoType(QualType ResultTy) const { in getFunctionNoProtoType() function 1608 return getFunctionNoProtoType(ResultTy, FunctionType::ExtInfo()); in getFunctionNoProtoType()
|
| H A D | TypeProperties.td | 324 return ctx.getFunctionNoProtoType(returnType, extInfo);
|
| /src/contrib/llvm-project/clang/lib/AST/ |
| H A D | ASTContext.cpp | 3502 Result = getFunctionNoProtoType(FNPT->getReturnType(), Info); in adjustFunctionType() 3580 return getFunctionNoProtoType(RetTy, Proto->getExtInfo()); in getFunctionTypeWithoutPtrSizes() 4693 ASTContext::getFunctionNoProtoType(QualType ResultTy, in getFunctionNoProtoType() function in ASTContext 4715 getFunctionNoProtoType(getCanonicalFunctionResultType(ResultTy), Info); in getFunctionNoProtoType() 10969 return getFunctionNoProtoType(retType, einfo); in mergeFunctionTypes() 12076 return getFunctionNoProtoType(ResType, EI); in GetBuiltinType() 13310 return Ctx.getFunctionNoProtoType( in getCommonNonSugarTypeNode()
|
| H A D | ASTDiagnostic.cpp | 110 : Context.getFunctionNoProtoType(RT, FT->getExtInfo()); in desugarForDiagnostic()
|
| H A D | Type.cpp | 1116 return Ctx.getFunctionNoProtoType(returnType, T->getExtInfo()); in VisitFunctionNoProtoType() 1422 return Ctx.getFunctionNoProtoType(returnType, funcType->getExtInfo()); in VisitFunctionType()
|
| H A D | ASTImporter.cpp | 1314 return Importer.getToContext().getFunctionNoProtoType(*ToReturnTypeOrErr, in VisitFunctionNoProtoType()
|
| /src/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
| H A D | RewriteObjC.cpp | 4343 QualType FType = Context->getFunctionNoProtoType(Context->VoidPtrTy); in SynthBlockInitFunctionDecl()
|
| H A D | RewriteModernObjC.cpp | 5187 QualType FType = Context->getFunctionNoProtoType(Context->VoidPtrTy); in SynthBlockInitFunctionDecl()
|
| /src/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
| H A D | TypeSystemClang.cpp | 4706 QualType func_type = ast.getFunctionNoProtoType(ast.VoidTy, generic_ext_info); in CreateGenericFunctionPrototype()
|