Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/Sema/
DSemaTemplateDeduction.cpp4218 QualType Sema::adjustCCAndNoReturn(QualType ArgFunctionType, in adjustCCAndNoReturn() function in Sema
4317 ArgFunctionType = adjustCCAndNoReturn(ArgFunctionType, FunctionType, in DeduceTemplateArguments()
4380 ArgFunctionType = adjustCCAndNoReturn(ArgFunctionType, SpecializationType, in DeduceTemplateArguments()
DSemaTemplate.cpp9571 Adjusted = adjustCCAndNoReturn(Adjusted, Method->getType()); in CheckMemberSpecialization()
10519 QualType Adjusted = adjustCCAndNoReturn(R, Method->getType(), in ActOnExplicitInstantiation()
DSemaExprCXX.cpp2851 if (Context.hasSameType(adjustCCAndNoReturn(Fn->getType(), in FindAllocationFunctions()
/openbsd/src/gnu/llvm/clang/include/clang/Sema/
DSema.h8938 QualType adjustCCAndNoReturn(QualType ArgFunctionType, QualType FunctionType,