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 810 if (S->getFlags() & (Scope::DeclScope | Scope::TemplateParamScope))
    [all...]
SemaTemplate.cpp     [all...]
SemaDecl.cpp     [all...]
SemaDeclCXX.cpp     [all...]
SemaCodeComplete.cpp     [all...]
  /external/clang/include/clang/Sema/
Scope.h 63 /// TemplateParamScope - This is a scope that corresponds to the
67 TemplateParamScope = 0x80,
264 return getFlags() & Scope::TemplateParamScope;
284 Scope::BlockScope | Scope::TemplateParamScope |
  /external/clang/lib/Parse/
ParseCXXInlineMethods.cpp 263 ParseScope ClassTemplateScope(this, Scope::TemplateParamScope, HasTemplateScope);
285 ParseScope TemplateScope(this, Scope::TemplateParamScope, LM.TemplateScope);
433 ParseScope ClassTemplateScope(this, Scope::TemplateParamScope, HasTemplateScope);
448 ParseScope TemplateScope(this, Scope::TemplateParamScope, LM.TemplateScope);
516 ParseScope ClassTemplateScope(this, Scope::TemplateParamScope,
ParseTemplate.cpp 89 ParseScope TemplateParmScope(this, Scope::TemplateParamScope);
537 ParseScope TemplateParmScope(this, Scope::TemplateParamScope);
    [all...]
ParseDecl.cpp 727 ParseScope ClassTemplateScope(this, Scope::TemplateParamScope,
800 ParseScope TempScope(this, Scope::TemplateParamScope, HasTemplateScope);
    [all...]

Completed in 976 milliseconds