Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaType.cpp7584 type = unwrapped.wrap(S, S.Context.adjustFunctionType(unwrapped.get(), EI)); in handleFunctionTypeAttr()
7603 type = unwrapped.wrap(S, S.Context.adjustFunctionType(unwrapped.get(), EI)); in handleFunctionTypeAttr()
7626 type = unwrapped.wrap(S, S.Context.adjustFunctionType(unwrapped.get(), EI)); in handleFunctionTypeAttr()
7644 type = unwrapped.wrap(S, S.Context.adjustFunctionType(unwrapped.get(), EI)); in handleFunctionTypeAttr()
7665 type = unwrapped.wrap(S, S.Context.adjustFunctionType(unwrapped.get(), EI)); in handleFunctionTypeAttr()
7691 type = unwrapped.wrap(S, S.Context.adjustFunctionType(unwrapped.get(), EI)); in handleFunctionTypeAttr()
7810 unwrapped.wrap(S, S.Context.adjustFunctionType(unwrapped.get(), EI)); in handleFunctionTypeAttr()
7866 FT = Context.adjustFunctionType(FT, FT->getExtInfo().withCallingConv(ToCC)); in adjustMemberFunctionCC()
H A DSemaDecl.cpp3781 AdjustedType = Context.adjustFunctionType(AdjustedType, NewTypeInfo); in MergeFunctionDecl()
3980 = Context.adjustFunctionType(OldType, OldTypeInfo.withNoReturn(true)); in MergeFunctionDecl()
11666 FT = Context.adjustFunctionType(FT, FT->getExtInfo().withCallingConv(CC_C)); in CheckMain()
11816 FT = Context.adjustFunctionType( in CheckMSVCRTEntryPoint()
11821 FT = Context.adjustFunctionType(FT, in CheckMSVCRTEntryPoint()
H A DSemaOverload.cpp1572 FromFn = Context.adjustFunctionType(FromFn, FromEInfo.withNoReturn(false)); in IsFunctionConversion()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DASTContext.h1305 const FunctionType *adjustFunctionType(const FunctionType *Fn,
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DTargetInfo.cpp9551 FT = getABIInfo().getContext().adjustFunctionType( in setCUDAKernelCallingConvention()
10502 FT = getABIInfo().getContext().adjustFunctionType( in setCUDAKernelCallingConvention()
/llvm-project-15.0.7/clang/lib/AST/
H A DASTContext.cpp3130 const FunctionType *ASTContext::adjustFunctionType(const FunctionType *T, in adjustFunctionType() function in ASTContext