Home
last modified time | relevance | path

Searched refs:adjustFunctionType (Results 1 – 6 of 6) sorted by relevance

/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaType.cpp5730 type = unwrapped.wrap(S, S.Context.adjustFunctionType(unwrapped.get(), EI)); in handleFunctionTypeAttr()
5747 type = unwrapped.wrap(S, S.Context.adjustFunctionType(unwrapped.get(), EI)); in handleFunctionTypeAttr()
5773 type = unwrapped.wrap(S, S.Context.adjustFunctionType(unwrapped.get(), EI)); in handleFunctionTypeAttr()
5831 unwrapped.wrap(S, S.Context.adjustFunctionType(unwrapped.get(), EI)); in handleFunctionTypeAttr()
5865 FT = Context.adjustFunctionType(FT, FT->getExtInfo().withCallingConv(ToCC)); in adjustMemberFunctionCC()
HDSemaTemplateDeduction.cpp3489 cast<FunctionProtoType>(Context.adjustFunctionType(ArgFunctionTypeP, EI)); in adjustCCAndNoReturn()
HDSemaDecl.cpp2771 AdjustedType = Context.adjustFunctionType(AdjustedType, NewTypeInfo); in MergeFunctionDecl()
2956 = Context.adjustFunctionType(OldType, OldTypeInfo.withNoReturn(true)); in MergeFunctionDecl()
HDSemaOverload.cpp1333 FromFn = Context.adjustFunctionType(FromFn, EInfo.withNoReturn(false)); in IsNoReturnConversion()
/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDASTContext.h955 const FunctionType *adjustFunctionType(const FunctionType *Fn,
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDASTContext.cpp2157 const FunctionType *ASTContext::adjustFunctionType(const FunctionType *T, in adjustFunctionType() function in ASTContext