Searched refs:adjustFunctionType (Results 1 – 6 of 6) sorted by relevance
| /freebsd-9-stable/contrib/llvm/tools/clang/lib/Sema/ |
| D | SemaType.cpp | 4472 type = unwrapped.wrap(S, S.Context.adjustFunctionType(unwrapped.get(), EI)); in handleFunctionTypeAttr() 4489 type = unwrapped.wrap(S, S.Context.adjustFunctionType(unwrapped.get(), EI)); in handleFunctionTypeAttr() 4515 type = unwrapped.wrap(S, S.Context.adjustFunctionType(unwrapped.get(), EI)); in handleFunctionTypeAttr() 4584 unwrapped.wrap(S, S.Context.adjustFunctionType(unwrapped.get(), EI)); in handleFunctionTypeAttr() 4616 FT = Context.adjustFunctionType(FT, FT->getExtInfo().withCallingConv(CC)); in adjustMemberFunctionCC()
|
| D | SemaTemplateDeduction.cpp | 3522 cast<FunctionProtoType>(Context.adjustFunctionType(ArgFunctionTypeP, EI)); in adjustCCAndNoReturn()
|
| D | SemaDecl.cpp | 2451 AdjustedType = Context.adjustFunctionType(AdjustedType, NewTypeInfo); in MergeFunctionDecl() 2632 = Context.adjustFunctionType(OldType, OldTypeInfo.withNoReturn(true)); in MergeFunctionDecl()
|
| D | SemaOverload.cpp | 1352 FromFn = Context.adjustFunctionType(FromFn, EInfo.withNoReturn(false)); in IsNoReturnConversion()
|
| /freebsd-9-stable/contrib/llvm/tools/clang/include/clang/AST/ |
| D | ASTContext.h | 898 const FunctionType *adjustFunctionType(const FunctionType *Fn,
|
| /freebsd-9-stable/contrib/llvm/tools/clang/lib/AST/ |
| D | ASTContext.cpp | 2076 const FunctionType *ASTContext::adjustFunctionType(const FunctionType *T, in adjustFunctionType() function in ASTContext
|