Searched refs:getFunctionNoProtoType (Results 1 – 14 of 14) sorted by relevance
| /openbsd-src/gnu/llvm/clang/include/clang/AST/ |
| H A D | ASTContext.h | 1523 QualType getFunctionNoProtoType(QualType ResultTy, 1526 QualType getFunctionNoProtoType(QualType ResultTy) const { in getFunctionNoProtoType() function 1527 return getFunctionNoProtoType(ResultTy, FunctionType::ExtInfo()); in getFunctionNoProtoType()
|
| H A D | TypeProperties.td | 298 return ctx.getFunctionNoProtoType(returnType, extInfo);
|
| /openbsd-src/gnu/llvm/clang/lib/AST/ |
| H A D | ASTContext.cpp | 3160 Result = getFunctionNoProtoType(FNPT->getReturnType(), Info); in adjustFunctionType() 3238 return getFunctionNoProtoType(RetTy, Proto->getExtInfo()); in getFunctionTypeWithoutPtrSizes() 4305 ASTContext::getFunctionNoProtoType(QualType ResultTy, in getFunctionNoProtoType() function in ASTContext 4327 getFunctionNoProtoType(getCanonicalFunctionResultType(ResultTy), Info); in getFunctionNoProtoType() 10384 return getFunctionNoProtoType(retType, einfo); in mergeFunctionTypes() 11476 return getFunctionNoProtoType(ResType, EI); in GetBuiltinType() 12665 return Ctx.getFunctionNoProtoType( in getCommonNonSugarTypeNode()
|
| H A D | Type.cpp | 1040 return Ctx.getFunctionNoProtoType(returnType, T->getExtInfo()); in VisitFunctionNoProtoType() 1338 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 | 1284 return Importer.getToContext().getFunctionNoProtoType(*ToReturnTypeOrErr, in VisitFunctionNoProtoType()
|
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaType.cpp | 5372 T = Context.getFunctionNoProtoType(T, EI); in GetFullTypeForDeclarator() 5398 ? Context.getFunctionNoProtoType(T, EI) in GetFullTypeForDeclarator()
|
| H A D | SemaExpr.cpp | 3457 type = Context.getFunctionNoProtoType(fty->getReturnType(), in BuildDeclarationNameExpr() 20688 DestType = S.Context.getFunctionNoProtoType(DestType, in VisitCallExpr()
|
| H A D | TreeTransform.h | 14863 return SemaRef.Context.getFunctionNoProtoType(T); in RebuildFunctionNoProtoType()
|
| H A D | SemaDecl.cpp | 15893 Context.getFunctionNoProtoType(Context.IntTy))) { in ImplicitlyDefineFunction()
|
| /openbsd-src/gnu/llvm/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()
|
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | CGExpr.cpp | 2615 CGM.getContext().getFunctionNoProtoType(Proto->getReturnType()); in EmitFunctionDeclPointer()
|
| H A D | CodeGenModule.cpp | 6992 return Ctx.getFunctionNoProtoType( in GeneralizeFunctionType()
|