Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Sema/
DSemaTemplateDeduction.cpp4238 QualType Sema::adjustCCAndNoReturn(QualType ArgFunctionType, in adjustCCAndNoReturn() function in Sema
4337 ArgFunctionType = adjustCCAndNoReturn(ArgFunctionType, FunctionType, in DeduceTemplateArguments()
4400 ArgFunctionType = adjustCCAndNoReturn(ArgFunctionType, SpecializationType, in DeduceTemplateArguments()
DSemaTemplate.cpp9220 Adjusted = adjustCCAndNoReturn(Adjusted, Method->getType()); in CheckMemberSpecialization()
10169 QualType Adjusted = adjustCCAndNoReturn(R, Method->getType(), in ActOnExplicitInstantiation()
DSemaExprCXX.cpp2705 if (Context.hasSameType(adjustCCAndNoReturn(Fn->getType(), in FindAllocationFunctions()
/external/clang/lib/Sema/
DSemaTemplateDeduction.cpp3513 QualType Sema::adjustCCAndNoReturn(QualType ArgFunctionType, in adjustCCAndNoReturn() function in Sema
3573 ArgFunctionType = adjustCCAndNoReturn(ArgFunctionType, FunctionType); in DeduceTemplateArguments()
DSemaTemplate.cpp7076 Adjusted = adjustCCAndNoReturn(Adjusted, Method->getType()); in CheckMemberSpecialization()
7963 QualType Adjusted = adjustCCAndNoReturn(R, Method->getType()); in ActOnExplicitInstantiation()
/external/clang/include/clang/Sema/
DSema.h6399 QualType adjustCCAndNoReturn(QualType ArgFunctionType, QualType FunctionType);
/external/llvm-project/clang/include/clang/Sema/
DSema.h8157 QualType adjustCCAndNoReturn(QualType ArgFunctionType, QualType FunctionType,