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

References

tools/clang/include/clang/Sema/Scope.h
  379     return getFlags() & Scope::TemplateParamScope;
  399                                 Scope::BlockScope | Scope::TemplateParamScope |
tools/clang/lib/Parse/ParseCXXInlineMethods.cpp
  264   ParseScope ClassTemplateScope(this, Scope::TemplateParamScope,
  292   ParseScope TemplateScope(this, Scope::TemplateParamScope, LM.TemplateScope);
  469   ParseScope ClassTemplateScope(this, Scope::TemplateParamScope, HasTemplateScope);
  486   ParseScope TemplateScope(this, Scope::TemplateParamScope, LM.TemplateScope);
  573   ParseScope ClassTemplateScope(this, Scope::TemplateParamScope,
tools/clang/lib/Parse/ParseDecl.cpp
 1431   ParseScope ClassTemplateScope(this, Scope::TemplateParamScope,
 1509       ParseScope TempScope(this, Scope::TemplateParamScope, HasTemplateScope);
 3105                                           Scope::TemplateParamScope |
tools/clang/lib/Parse/ParseExprCXX.cpp
 1258   ParseScope TemplateParamScope(this, Scope::TemplateParamScope,
tools/clang/lib/Parse/ParseOpenMP.cpp
  650         new Parser::ParseScope(&P, Scope::TemplateParamScope, HasTemplateScope);
tools/clang/lib/Parse/ParseTemplate.cpp
   70   ParseScope TemplateParmScope(this, Scope::TemplateParamScope);
  150   unsigned NewFlags = getCurScope()->getFlags() & ~Scope::TemplateParamScope;
  686     ParseScope TemplateParmScope(this, Scope::TemplateParamScope);
 1484         new ParseScope(this, Scope::TemplateParamScope));
tools/clang/lib/Sema/Scope.cpp
   42     if ((Flags & (FnScope | ClassScope | BlockScope | TemplateParamScope |
   68   if (flags & TemplateParamScope) TemplateParamParent = this;
  153       {TemplateParamScope, "TemplateParamScope"},
tools/clang/lib/Sema/Sema.cpp
 1622     if (S->getFlags() & (Scope::DeclScope | Scope::TemplateParamScope))
tools/clang/lib/Sema/SemaCodeComplete.cpp
 4203       (S->getFlags() & (Scope::ClassScope | Scope::TemplateParamScope |
tools/clang/lib/Sema/SemaDecl.cpp
 1885   assert((S->getFlags() & (Scope::DeclScope | Scope::TemplateParamScope)) &&
 5535          (S->getFlags() & Scope::TemplateParamScope) != 0)
tools/clang/lib/Sema/SemaTemplate.cpp
 1678     while ((Outer->getFlags() & Scope::TemplateParamScope) != 0)
 7379          (S->getFlags() & Scope::TemplateParamScope) != 0)
 9381          (S->getFlags() & Scope::TemplateParamScope) != 0)