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...]
SemaDecl.cpp     [all...]
SemaDeclCXX.cpp     [all...]
SemaCodeComplete.cpp     [all...]
  /external/clang/include/clang/Sema/
Scope.h 67 TemplateParamScope = 0x80,
273 return getFlags() & Scope::TemplateParamScope;
293 Scope::BlockScope | Scope::TemplateParamScope |
  /external/clang/lib/Parse/
ParseCXXInlineMethods.cpp 281 ParseScope ClassTemplateScope(this, Scope::TemplateParamScope, HasTemplateScope);
303 ParseScope TemplateScope(this, Scope::TemplateParamScope, LM.TemplateScope);
381 ParseScope ClassTemplateScope(this, Scope::TemplateParamScope, HasTemplateScope);
396 ParseScope TemplateScope(this, Scope::TemplateParamScope, LM.TemplateScope);
467 ParseScope ClassTemplateScope(this, Scope::TemplateParamScope,
ParseTemplate.cpp 89 ParseScope TemplateParmScope(this, Scope::TemplateParamScope);
532 ParseScope TemplateParmScope(this, Scope::TemplateParamScope);
    [all...]
ParseDecl.cpp 877 ParseScope ClassTemplateScope(this, Scope::TemplateParamScope,
959 ParseScope TempScope(this, Scope::TemplateParamScope, HasTemplateScope);
    [all...]

Completed in 128 milliseconds