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 261 /// isTemplateParamScope - Return true if this scope is a C++
263 bool isTemplateParamScope() const {
  /external/clang/lib/Sema/
SemaLookup.cpp 812 !S->getParent()->isTemplateParamScope())
820 OutermostTemplateScope->getParent()->isTemplateParamScope())
899 if (!Ctx && S->isTemplateParamScope() && OutsideOfTemplateParamDC &&
900 S->getParent() && !S->getParent()->isTemplateParamScope()) {
    [all...]
SemaTemplate.cpp 550 assert(S->isTemplateParamScope() &&
678 assert(S->isTemplateParamScope() &&
758 assert(S->isTemplateParamScope() &&
    [all...]
  /external/clang/lib/Parse/
ParseDeclCXX.cpp 110 if (getCurScope()->isClassScope() || getCurScope()->isTemplateParamScope() ||
    [all...]
ParseCXXInlineMethods.cpp 140 LM->TemplateScope = getCurScope()->isTemplateParamScope();

Completed in 144 milliseconds