Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaType.cpp7396 type = unwrapped.wrap(S, S.Context.adjustFunctionType(unwrapped.get(), EI)); in handleFunctionTypeAttr()
7415 type = unwrapped.wrap(S, S.Context.adjustFunctionType(unwrapped.get(), EI)); in handleFunctionTypeAttr()
7438 type = unwrapped.wrap(S, S.Context.adjustFunctionType(unwrapped.get(), EI)); in handleFunctionTypeAttr()
7456 type = unwrapped.wrap(S, S.Context.adjustFunctionType(unwrapped.get(), EI)); in handleFunctionTypeAttr()
7477 type = unwrapped.wrap(S, S.Context.adjustFunctionType(unwrapped.get(), EI)); in handleFunctionTypeAttr()
7503 type = unwrapped.wrap(S, S.Context.adjustFunctionType(unwrapped.get(), EI)); in handleFunctionTypeAttr()
7622 unwrapped.wrap(S, S.Context.adjustFunctionType(unwrapped.get(), EI)); in handleFunctionTypeAttr()
7678 FT = Context.adjustFunctionType(FT, FT->getExtInfo().withCallingConv(ToCC)); in adjustMemberFunctionCC()
H A DSemaDecl.cpp3447 AdjustedType = Context.adjustFunctionType(AdjustedType, NewTypeInfo); in MergeFunctionDecl()
3646 = Context.adjustFunctionType(OldType, OldTypeInfo.withNoReturn(true)); in MergeFunctionDecl()
11110 FT = Context.adjustFunctionType(FT, FT->getExtInfo().withCallingConv(CC_C)); in CheckMain()
11260 FT = Context.adjustFunctionType( in CheckMSVCRTEntryPoint()
11265 FT = Context.adjustFunctionType(FT, in CheckMSVCRTEntryPoint()
H A DSemaOverload.cpp1574 FromFn = Context.adjustFunctionType(FromFn, FromEInfo.withNoReturn(false)); in IsFunctionConversion()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DASTContext.h1197 const FunctionType *adjustFunctionType(const FunctionType *Fn,
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTContext.cpp3034 const FunctionType *ASTContext::adjustFunctionType(const FunctionType *T, in adjustFunctionType() function in ASTContext
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DTargetInfo.cpp9276 FT = getABIInfo().getContext().adjustFunctionType( in setCUDAKernelCallingConvention()