Searched refs:adjustFunctionType (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaType.cpp | 7584 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 D | SemaDecl.cpp | 3781 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 D | SemaOverload.cpp | 1572 FromFn = Context.adjustFunctionType(FromFn, FromEInfo.withNoReturn(false)); in IsFunctionConversion()
|
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | ASTContext.h | 1305 const FunctionType *adjustFunctionType(const FunctionType *Fn,
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | TargetInfo.cpp | 9551 FT = getABIInfo().getContext().adjustFunctionType( in setCUDAKernelCallingConvention() 10502 FT = getABIInfo().getContext().adjustFunctionType( in setCUDAKernelCallingConvention()
|
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | ASTContext.cpp | 3130 const FunctionType *ASTContext::adjustFunctionType(const FunctionType *T, in adjustFunctionType() function in ASTContext
|