Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DScope.h343 bool isTemplateParamScope() const { in isTemplateParamScope() function
/external/clang/lib/Sema/
DSemaLookup.cpp828 !S->getParent()->isTemplateParamScope()) in findOuterContext()
836 OutermostTemplateScope->getParent()->isTemplateParamScope()) in findOuterContext()
968 if (!Ctx && S->isTemplateParamScope() && OutsideOfTemplateParamDC && in CppLookupName()
969 S->getParent() && !S->getParent()->isTemplateParamScope()) { in CppLookupName()
1105 if (Found && S->isTemplateParamScope()) { in CppLookupName()
1111 if (!Ctx && S->isTemplateParamScope() && OutsideOfTemplateParamDC && in CppLookupName()
1112 S->getParent() && !S->getParent()->isTemplateParamScope()) { in CppLookupName()
1139 if (!(Found && S && S->isTemplateParamScope())) { in CppLookupName()
DSemaTemplate.cpp555 assert(S->isTemplateParamScope() && in ActOnTypeParameter()
676 assert(S->isTemplateParamScope() && in ActOnNonTypeTemplateParameter()
749 assert(S->isTemplateParamScope() && in ActOnTemplateTemplateParameter()
/external/clang/lib/Parse/
DParseDeclCXX.cpp126 if (getCurScope()->isClassScope() || getCurScope()->isTemplateParamScope() || in ParseNamespace()
1825 LateMethod->TemplateScope = getCurScope()->isTemplateParamScope(); in HandleMemberFunctionDeclDelays()
2537 if (Parent->isTemplateParamScope()) in ParseCXXMemberSpecification()
3154 Victim->TemplateScope = getCurScope()->getParent()->isTemplateParamScope(); in PopParsingClass()
DParseCXXInlineMethods.cpp130 LM->TemplateScope = getCurScope()->isTemplateParamScope(); in ParseCXXInlineMethodDef()
DParseDecl.cpp2754 getLangOpts().MSVCCompat && getCurScope()->isTemplateParamScope()) { in ParseDeclarationSpecifiers()