reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Parse/ParseCXXInlineMethods.cpp
  136   LM->TemplateScope = getCurScope()->isTemplateParamScope();
tools/clang/lib/Parse/ParseDeclCXX.cpp
  146   if (getCurScope()->isClassScope() || getCurScope()->isTemplateParamScope() ||
 2185     LateMethod->TemplateScope = getCurScope()->isTemplateParamScope();
 3850   Victim->TemplateScope = getCurScope()->getParent()->isTemplateParamScope();
tools/clang/lib/Sema/SemaDecl.cpp
  561   if (IsTemplateTypeArg && getCurScope()->isTemplateParamScope()) {
tools/clang/lib/Sema/SemaDeclCXX.cpp
 9840   while (S->isTemplateParamScope())
10966   while (S->isTemplateParamScope())
tools/clang/lib/Sema/SemaLookup.cpp
 1167       !S->getParent()->isTemplateParamScope())
 1175          OutermostTemplateScope->getParent()->isTemplateParamScope())
 1311     if (!Ctx && S->isTemplateParamScope() && OutsideOfTemplateParamDC &&
 1312         S->getParent() && !S->getParent()->isTemplateParamScope()) {
 1448     if (Found && S->isTemplateParamScope()) {
 1454     if (!Ctx && S->isTemplateParamScope() && OutsideOfTemplateParamDC &&
 1455         S->getParent() && !S->getParent()->isTemplateParamScope()) {
 1482         if (!(Found && S->isTemplateParamScope())) {
tools/clang/lib/Sema/SemaTemplate.cpp
  986   assert(S->isTemplateParamScope() &&
 1180   assert(S->isTemplateParamScope() &&
 1258   assert(S->isTemplateParamScope() &&