Home | History | Annotate | Download | only in Sema

Lines Matching refs:isTemplateParamScope

812       !S->getParent()->isTemplateParamScope())
820 OutermostTemplateScope->getParent()->isTemplateParamScope())
899 if (!Ctx && S->isTemplateParamScope() && OutsideOfTemplateParamDC &&
900 S->getParent() && !S->getParent()->isTemplateParamScope()) {
998 if (Found && S->isTemplateParamScope()) {
1004 if (!Ctx && S->isTemplateParamScope() && OutsideOfTemplateParamDC &&
1005 S->getParent() && !S->getParent()->isTemplateParamScope()) {
1032 if (!(Found && S && S->isTemplateParamScope())) {