Home
last modified time | relevance | path

Searched refs:isTemplateParamScope (Results 1 – 5 of 5) sorted by relevance

/external/clang/include/clang/Sema/
DScope.h263 bool isTemplateParamScope() const { in isTemplateParamScope() function
/external/clang/lib/Sema/
DSemaLookup.cpp812 !S->getParent()->isTemplateParamScope()) in findOuterContext()
820 OutermostTemplateScope->getParent()->isTemplateParamScope()) in findOuterContext()
899 if (!Ctx && S->isTemplateParamScope() && OutsideOfTemplateParamDC && in CppLookupName()
900 S->getParent() && !S->getParent()->isTemplateParamScope()) { in CppLookupName()
998 if (Found && S->isTemplateParamScope()) { in CppLookupName()
1004 if (!Ctx && S->isTemplateParamScope() && OutsideOfTemplateParamDC && in CppLookupName()
1005 S->getParent() && !S->getParent()->isTemplateParamScope()) { in CppLookupName()
1032 if (!(Found && S && S->isTemplateParamScope())) { in CppLookupName()
DSemaTemplate.cpp552 assert(S->isTemplateParamScope() && in ActOnTypeParameter()
680 assert(S->isTemplateParamScope() && in ActOnNonTypeTemplateParameter()
760 assert(S->isTemplateParamScope() && in ActOnTemplateTemplateParameter()
/external/clang/lib/Parse/
DParseDeclCXX.cpp110 if (getCurScope()->isClassScope() || getCurScope()->isTemplateParamScope() || in ParseNamespace()
1617 LateMethod->TemplateScope = getCurScope()->isTemplateParamScope(); in HandleMemberFunctionDeclDelays()
2266 if (Parent->isTemplateParamScope()) in ParseCXXMemberSpecification()
2806 Victim->TemplateScope = getCurScope()->getParent()->isTemplateParamScope(); in PopParsingClass()
DParseCXXInlineMethods.cpp142 LM->TemplateScope = getCurScope()->isTemplateParamScope(); in ParseCXXInlineMethodDef()