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

  /external/clang/lib/Sema/
Scope.cpp 42 if ((Flags & (FnScope | ClassScope | BlockScope | TemplateParamScope |
66 if (flags & TemplateParamScope) TemplateParamParent = this;
161 } else if (Flags & TemplateParamScope) {
162 OS << "TemplateParamScope";
163 Flags &= ~TemplateParamScope;
Sema.cpp     [all...]
SemaTemplate.cpp     [all...]
SemaCodeComplete.cpp     [all...]
SemaDecl.cpp     [all...]
SemaDeclCXX.cpp     [all...]
  /external/clang/include/clang/Sema/
Scope.h 75 TemplateParamScope = 0x80,
344 return getFlags() & Scope::TemplateParamScope;
364 Scope::BlockScope | Scope::TemplateParamScope |
  /external/clang/lib/Parse/
ParseCXXInlineMethods.cpp 266 ParseScope ClassTemplateScope(this, Scope::TemplateParamScope,
294 ParseScope TemplateScope(this, Scope::TemplateParamScope, LM.TemplateScope);
379 ParseScope ClassTemplateScope(this, Scope::TemplateParamScope, HasTemplateScope);
396 ParseScope TemplateScope(this, Scope::TemplateParamScope, LM.TemplateScope);
480 ParseScope ClassTemplateScope(this, Scope::TemplateParamScope,
    [all...]
ParseTemplate.cpp 68 ParseScope TemplateParmScope(this, Scope::TemplateParamScope);
538 ParseScope TemplateParmScope(this, Scope::TemplateParamScope);
    [all...]
ParseDecl.cpp     [all...]

Completed in 431 milliseconds