Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaType.cpp4472 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()
DSemaTemplateDeduction.cpp3522 cast<FunctionProtoType>(Context.adjustFunctionType(ArgFunctionTypeP, EI)); in adjustCCAndNoReturn()
DSemaDecl.cpp2451 AdjustedType = Context.adjustFunctionType(AdjustedType, NewTypeInfo); in MergeFunctionDecl()
2632 = Context.adjustFunctionType(OldType, OldTypeInfo.withNoReturn(true)); in MergeFunctionDecl()
DSemaOverload.cpp1352 FromFn = Context.adjustFunctionType(FromFn, EInfo.withNoReturn(false)); in IsNoReturnConversion()
/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/AST/
DASTContext.h898 const FunctionType *adjustFunctionType(const FunctionType *Fn,
/freebsd-9-stable/contrib/llvm/tools/clang/lib/AST/
DASTContext.cpp2076 const FunctionType *ASTContext::adjustFunctionType(const FunctionType *T, in adjustFunctionType() function in ASTContext