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

  /external/clang/include/clang/Sema/
Scope.h 341 /// isTemplateParamScope - Return true if this scope is a C++
343 bool isTemplateParamScope() const {
  /external/clang/lib/Sema/
SemaLookup.cpp 828 !S->getParent()->isTemplateParamScope())
836 OutermostTemplateScope->getParent()->isTemplateParamScope())
    [all...]
SemaTemplate.cpp 555 assert(S->isTemplateParamScope() &&
676 assert(S->isTemplateParamScope() &&
749 assert(S->isTemplateParamScope() &&
    [all...]
  /external/clang/lib/Parse/
ParseCXXInlineMethods.cpp 130 LM->TemplateScope = getCurScope()->isTemplateParamScope();
    [all...]
ParseDeclCXX.cpp 126 if (getCurScope()->isClassScope() || getCurScope()->isTemplateParamScope() ||
    [all...]
ParseDecl.cpp     [all...]

Completed in 207 milliseconds