Searched refs:getFunctionNoProtoType (Results 1 – 14 of 14) sorted by relevance
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | ASTContext.h | 1549 QualType getFunctionNoProtoType(QualType ResultTy, 1552 QualType getFunctionNoProtoType(QualType ResultTy) const { in getFunctionNoProtoType() function 1553 return getFunctionNoProtoType(ResultTy, FunctionType::ExtInfo()); in getFunctionNoProtoType()
|
| H A D | TypeProperties.td | 298 return ctx.getFunctionNoProtoType(returnType, extInfo);
|
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | ASTContext.cpp | 3137 Result = getFunctionNoProtoType(FNPT->getReturnType(), Info); in adjustFunctionType() 3215 return getFunctionNoProtoType(RetTy, Proto->getExtInfo()); in getFunctionTypeWithoutPtrSizes() 4267 ASTContext::getFunctionNoProtoType(QualType ResultTy, in getFunctionNoProtoType() function in ASTContext 4289 getFunctionNoProtoType(getCanonicalFunctionResultType(ResultTy), Info); in getFunctionNoProtoType() 10253 return getFunctionNoProtoType(retType, einfo); in mergeFunctionTypes() 11331 return getFunctionNoProtoType(ResType, EI); in GetBuiltinType()
|
| H A D | Type.cpp | 1036 return Ctx.getFunctionNoProtoType(returnType, T->getExtInfo()); in VisitFunctionNoProtoType() 1333 return Ctx.getFunctionNoProtoType(returnType, funcType->getExtInfo()); in VisitFunctionType()
|
| H A D | ASTDiagnostic.cpp | 109 : Context.getFunctionNoProtoType(RT, FT->getExtInfo()); in desugarForDiagnostic()
|
| H A D | ASTImporter.cpp | 1289 return Importer.getToContext().getFunctionNoProtoType(*ToReturnTypeOrErr, in VisitFunctionNoProtoType()
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaType.cpp | 5300 T = Context.getFunctionNoProtoType(T, EI); in GetFullTypeForDeclarator() 5321 ? Context.getFunctionNoProtoType(T, EI) in GetFullTypeForDeclarator()
|
| H A D | SemaExpr.cpp | 3460 type = Context.getFunctionNoProtoType(fty->getReturnType(), in BuildDeclarationNameExpr() 20309 DestType = S.Context.getFunctionNoProtoType(DestType, in VisitCallExpr()
|
| H A D | TreeTransform.h | 14676 return SemaRef.Context.getFunctionNoProtoType(T); in RebuildFunctionNoProtoType()
|
| H A D | SemaDecl.cpp | 15460 Context.getFunctionNoProtoType(Context.IntTy))) { in ImplicitlyDefineFunction()
|
| /llvm-project-15.0.7/clang/lib/Frontend/Rewrite/ |
| H A D | RewriteObjC.cpp | 4343 QualType FType = Context->getFunctionNoProtoType(Context->VoidPtrTy); in SynthBlockInitFunctionDecl()
|
| H A D | RewriteModernObjC.cpp | 5190 QualType FType = Context->getFunctionNoProtoType(Context->VoidPtrTy); in SynthBlockInitFunctionDecl()
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGExpr.cpp | 2652 CGM.getContext().getFunctionNoProtoType(Proto->getReturnType()); in EmitFunctionDeclPointer()
|
| H A D | CodeGenModule.cpp | 6784 return Ctx.getFunctionNoProtoType( in GeneralizeFunctionType()
|