Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaType.cpp6753 type = unwrapped.wrap(S, S.Context.adjustFunctionType(unwrapped.get(), EI)); in handleFunctionTypeAttr()
6776 type = unwrapped.wrap(S, S.Context.adjustFunctionType(unwrapped.get(), EI)); in handleFunctionTypeAttr()
6794 type = unwrapped.wrap(S, S.Context.adjustFunctionType(unwrapped.get(), EI)); in handleFunctionTypeAttr()
6815 type = unwrapped.wrap(S, S.Context.adjustFunctionType(unwrapped.get(), EI)); in handleFunctionTypeAttr()
6841 type = unwrapped.wrap(S, S.Context.adjustFunctionType(unwrapped.get(), EI)); in handleFunctionTypeAttr()
6912 unwrapped.wrap(S, S.Context.adjustFunctionType(unwrapped.get(), EI)); in handleFunctionTypeAttr()
6963 FT = Context.adjustFunctionType(FT, FT->getExtInfo().withCallingConv(ToCC)); in adjustMemberFunctionCC()
H A DSemaDecl.cpp3194 AdjustedType = Context.adjustFunctionType(AdjustedType, NewTypeInfo); in MergeFunctionDecl()
3394 = Context.adjustFunctionType(OldType, OldTypeInfo.withNoReturn(true)); in MergeFunctionDecl()
10316 FT = Context.adjustFunctionType(FT, FT->getExtInfo().withCallingConv(CC_C)); in CheckMain()
H A DSemaOverload.cpp1519 FromFn = Context.adjustFunctionType(FromFn, FromEInfo.withNoReturn(false)); in IsFunctionConversion()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DASTContext.h1191 const FunctionType *adjustFunctionType(const FunctionType *Fn,
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DTargetInfo.cpp7926 FT = getABIInfo().getContext().adjustFunctionType( in setCUDAKernelCallingConvention()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DASTContext.cpp2721 const FunctionType *ASTContext::adjustFunctionType(const FunctionType *T, in adjustFunctionType() function in ASTContext