Searched refs:adjustFunctionType (Results 1 – 6 of 6) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaType.cpp | 6125 type = unwrapped.wrap(S, S.Context.adjustFunctionType(unwrapped.get(), EI)); in handleFunctionTypeAttr() 6142 type = unwrapped.wrap(S, S.Context.adjustFunctionType(unwrapped.get(), EI)); in handleFunctionTypeAttr() 6168 type = unwrapped.wrap(S, S.Context.adjustFunctionType(unwrapped.get(), EI)); in handleFunctionTypeAttr() 6240 unwrapped.wrap(S, S.Context.adjustFunctionType(unwrapped.get(), EI)); in handleFunctionTypeAttr() 6291 FT = Context.adjustFunctionType(FT, FT->getExtInfo().withCallingConv(ToCC)); in adjustMemberFunctionCC()
|
D | SemaTemplateDeduction.cpp | 3531 cast<FunctionProtoType>(Context.adjustFunctionType(ArgFunctionTypeP, EI)); in adjustCCAndNoReturn()
|
D | SemaDecl.cpp | 2884 AdjustedType = Context.adjustFunctionType(AdjustedType, NewTypeInfo); in MergeFunctionDecl() 3079 = Context.adjustFunctionType(OldType, OldTypeInfo.withNoReturn(true)); in MergeFunctionDecl()
|
D | SemaOverload.cpp | 1425 FromFn = Context.adjustFunctionType(FromFn, EInfo.withNoReturn(false)); in IsNoReturnConversion()
|
/external/clang/include/clang/AST/ |
D | ASTContext.h | 1034 const FunctionType *adjustFunctionType(const FunctionType *Fn,
|
/external/clang/lib/AST/ |
D | ASTContext.cpp | 2225 const FunctionType *ASTContext::adjustFunctionType(const FunctionType *T, in adjustFunctionType() function in ASTContext
|