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

  /external/clang/include/clang/Sema/
Scope.h 360 /// isTemplateParamScope - Return true if this scope is a C++
362 bool isTemplateParamScope() const {
  /external/clang/lib/Sema/
SemaLookup.cpp     [all...]
SemaTemplate.cpp 556 assert(S->isTemplateParamScope() &&
673 assert(S->isTemplateParamScope() &&
747 assert(S->isTemplateParamScope() &&
    [all...]
SemaDeclCXX.cpp     [all...]
  /external/clang/lib/Parse/
ParseCXXInlineMethods.cpp 132 LM->TemplateScope = getCurScope()->isTemplateParamScope();
    [all...]
ParseDeclCXX.cpp 132 if (getCurScope()->isClassScope() || getCurScope()->isTemplateParamScope() ||
    [all...]
ParseDecl.cpp     [all...]

Completed in 363 milliseconds