Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaType.cpp7685 type = unwrapped.wrap(S, S.Context.adjustFunctionType(unwrapped.get(), EI)); in handleFunctionTypeAttr()
7704 type = unwrapped.wrap(S, S.Context.adjustFunctionType(unwrapped.get(), EI)); in handleFunctionTypeAttr()
7727 type = unwrapped.wrap(S, S.Context.adjustFunctionType(unwrapped.get(), EI)); in handleFunctionTypeAttr()
7745 type = unwrapped.wrap(S, S.Context.adjustFunctionType(unwrapped.get(), EI)); in handleFunctionTypeAttr()
7766 type = unwrapped.wrap(S, S.Context.adjustFunctionType(unwrapped.get(), EI)); in handleFunctionTypeAttr()
7792 type = unwrapped.wrap(S, S.Context.adjustFunctionType(unwrapped.get(), EI)); in handleFunctionTypeAttr()
7911 unwrapped.wrap(S, S.Context.adjustFunctionType(unwrapped.get(), EI)); in handleFunctionTypeAttr()
7967 FT = Context.adjustFunctionType(FT, FT->getExtInfo().withCallingConv(ToCC)); in adjustMemberFunctionCC()
H A DSemaDecl.cpp3857 AdjustedType = Context.adjustFunctionType(AdjustedType, NewTypeInfo); in MergeFunctionDecl()
4056 = Context.adjustFunctionType(OldType, OldTypeInfo.withNoReturn(true)); in MergeFunctionDecl()
11995 FT = Context.adjustFunctionType(FT, FT->getExtInfo().withCallingConv(CC_C)); in CheckMain()
12145 FT = Context.adjustFunctionType( in CheckMSVCRTEntryPoint()
12150 FT = Context.adjustFunctionType(FT, in CheckMSVCRTEntryPoint()
H A DSemaOverload.cpp1679 FromFn = Context.adjustFunctionType(FromFn, FromEInfo.withNoReturn(false)); in IsFunctionConversion()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DASTContext.h1276 const FunctionType *adjustFunctionType(const FunctionType *Fn,
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DTargetInfo.cpp9685 FT = getABIInfo().getContext().adjustFunctionType( in setCUDAKernelCallingConvention()
10636 FT = getABIInfo().getContext().adjustFunctionType( in setCUDAKernelCallingConvention()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DASTContext.cpp3153 const FunctionType *ASTContext::adjustFunctionType(const FunctionType *T, in adjustFunctionType() function in ASTContext