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

  /external/clang/include/clang/Sema/
Scope.h 274 /// isTemplateParamScope - Return true if this scope is a C++
276 bool isTemplateParamScope() const {
  /external/clang/lib/Sema/
SemaLookup.cpp 822 !S->getParent()->isTemplateParamScope())
830 OutermostTemplateScope->getParent()->isTemplateParamScope())
911 if (!Ctx && S->isTemplateParamScope() && OutsideOfTemplateParamDC &&
912 S->getParent() && !S->getParent()->isTemplateParamScope()) {
    [all...]
SemaTemplate.cpp 569 assert(S->isTemplateParamScope() &&
689 assert(S->isTemplateParamScope() &&
762 assert(S->isTemplateParamScope() &&
    [all...]
  /external/clang/lib/Parse/
ParseCXXInlineMethods.cpp 144 LM->TemplateScope = getCurScope()->isTemplateParamScope();
ParseDeclCXX.cpp 119 if (getCurScope()->isClassScope() || getCurScope()->isTemplateParamScope() ||
    [all...]

Completed in 156 milliseconds