Home
last modified time | relevance | path

Searched refs:adjustCCAndNoReturn (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp4587 QualType Sema::adjustCCAndNoReturn(QualType ArgFunctionType, in adjustCCAndNoReturn() function in Sema
4658 ArgFunctionType = adjustCCAndNoReturn(ArgFunctionType, FunctionType, in DeduceTemplateArguments()
4721 ArgFunctionType = adjustCCAndNoReturn(ArgFunctionType, SpecializationType, in DeduceTemplateArguments()
H A DSemaTemplate.cpp9076 Adjusted = adjustCCAndNoReturn(Adjusted, Method->getType()); in CheckMemberSpecialization()
10050 QualType Adjusted = adjustCCAndNoReturn(R, Method->getType(), in ActOnExplicitInstantiation()
H A DSemaExprCXX.cpp2916 if (Context.hasSameType(adjustCCAndNoReturn(Fn->getType(), in FindAllocationFunctions()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h12182 QualType adjustCCAndNoReturn(QualType ArgFunctionType, QualType FunctionType,