HomeSort by relevance Sort by last modified time
    Searched refs:TemplateParamScope (Results 1 - 9 of 9) sorted by null

  /external/clang/lib/Sema/
Scope.cpp 43 if ((Flags & (FnScope | ClassScope | BlockScope | TemplateParamScope |
69 if (flags & TemplateParamScope) TemplateParamParent = this;
164 } else if (Flags & TemplateParamScope) {
165 OS << "TemplateParamScope";
166 Flags &= ~TemplateParamScope;
Sema.cpp     [all...]
SemaTemplate.cpp     [all...]
SemaCodeComplete.cpp     [all...]
SemaDecl.cpp     [all...]
  /external/clang/include/clang/Sema/
Scope.h 75 TemplateParamScope = 0x80,
363 return getFlags() & Scope::TemplateParamScope;
383 Scope::BlockScope | Scope::TemplateParamScope |
  /external/clang/lib/Parse/
ParseCXXInlineMethods.cpp 269 ParseScope ClassTemplateScope(this, Scope::TemplateParamScope,
297 ParseScope TemplateScope(this, Scope::TemplateParamScope, LM.TemplateScope);
472 ParseScope ClassTemplateScope(this, Scope::TemplateParamScope, HasTemplateScope);
489 ParseScope TemplateScope(this, Scope::TemplateParamScope, LM.TemplateScope);
575 ParseScope ClassTemplateScope(this, Scope::TemplateParamScope,
    [all...]
ParseTemplate.cpp 69 ParseScope TemplateParmScope(this, Scope::TemplateParamScope);
568 ParseScope TemplateParmScope(this, Scope::TemplateParamScope);
    [all...]
ParseDecl.cpp     [all...]

Completed in 279 milliseconds