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 52 if (flags & TemplateParamScope) TemplateParamParent = this;
Sema.cpp     [all...]
SemaTemplate.cpp     [all...]
SemaDeclCXX.cpp     [all...]
SemaCodeComplete.cpp     [all...]
SemaDecl.cpp     [all...]
  /external/clang/include/clang/Sema/
Scope.h 67 TemplateParamScope = 0x80,
277 return getFlags() & Scope::TemplateParamScope;
297 Scope::BlockScope | Scope::TemplateParamScope |
  /external/clang/lib/Parse/
ParseCXXInlineMethods.cpp 279 ParseScope ClassTemplateScope(this, Scope::TemplateParamScope, HasTemplateScope);
304 ParseScope TemplateScope(this, Scope::TemplateParamScope, LM.TemplateScope);
384 ParseScope ClassTemplateScope(this, Scope::TemplateParamScope, HasTemplateScope);
401 ParseScope TemplateScope(this, Scope::TemplateParamScope, LM.TemplateScope);
481 ParseScope ClassTemplateScope(this, Scope::TemplateParamScope,
ParseTemplate.cpp 68 ParseScope TemplateParmScope(this, Scope::TemplateParamScope);
542 ParseScope TemplateParmScope(this, Scope::TemplateParamScope);
    [all...]
ParseDecl.cpp     [all...]

Completed in 147 milliseconds