Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DASTContext.h1523 QualType getFunctionNoProtoType(QualType ResultTy,
1526 QualType getFunctionNoProtoType(QualType ResultTy) const { in getFunctionNoProtoType() function
1527 return getFunctionNoProtoType(ResultTy, FunctionType::ExtInfo()); in getFunctionNoProtoType()
H A DTypeProperties.td298 return ctx.getFunctionNoProtoType(returnType, extInfo);
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DASTContext.cpp3160 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 DType.cpp1040 return Ctx.getFunctionNoProtoType(returnType, T->getExtInfo()); in VisitFunctionNoProtoType()
1338 return Ctx.getFunctionNoProtoType(returnType, funcType->getExtInfo()); in VisitFunctionType()
H A DASTDiagnostic.cpp109 : Context.getFunctionNoProtoType(RT, FT->getExtInfo()); in desugarForDiagnostic()
H A DASTImporter.cpp1284 return Importer.getToContext().getFunctionNoProtoType(*ToReturnTypeOrErr, in VisitFunctionNoProtoType()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaType.cpp5372 T = Context.getFunctionNoProtoType(T, EI); in GetFullTypeForDeclarator()
5398 ? Context.getFunctionNoProtoType(T, EI) in GetFullTypeForDeclarator()
H A DSemaExpr.cpp3457 type = Context.getFunctionNoProtoType(fty->getReturnType(), in BuildDeclarationNameExpr()
20688 DestType = S.Context.getFunctionNoProtoType(DestType, in VisitCallExpr()
H A DTreeTransform.h14863 return SemaRef.Context.getFunctionNoProtoType(T); in RebuildFunctionNoProtoType()
H A DSemaDecl.cpp15893 Context.getFunctionNoProtoType(Context.IntTy))) { in ImplicitlyDefineFunction()
/openbsd-src/gnu/llvm/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp4343 QualType FType = Context->getFunctionNoProtoType(Context->VoidPtrTy); in SynthBlockInitFunctionDecl()
H A DRewriteModernObjC.cpp5190 QualType FType = Context->getFunctionNoProtoType(Context->VoidPtrTy); in SynthBlockInitFunctionDecl()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGExpr.cpp2615 CGM.getContext().getFunctionNoProtoType(Proto->getReturnType()); in EmitFunctionDeclPointer()
H A DCodeGenModule.cpp6992 return Ctx.getFunctionNoProtoType( in GeneralizeFunctionType()