Home
last modified time | relevance | path

Searched refs:RelativeToPrimary (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp62 bool RelativeToPrimary, const FunctionDecl *Pattern) { in getTemplateInstantiationArgs() argument
136 if (!RelativeToPrimary && in getTemplateInstantiationArgs()
141 if (!RelativeToPrimary && Function->getTemplateSpecializationKind() == in getTemplateInstantiationArgs()
174 RelativeToPrimary = false; in getTemplateInstantiationArgs()
187 RelativeToPrimary = false; in getTemplateInstantiationArgs()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h8931 bool RelativeToPrimary = false, const FunctionDecl *Pattern = nullptr);