Searched defs:TemplateParamScope (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/Sema/
H A DScope.h63 /// TemplateParamScope - This is a scope that corresponds to the
67 TemplateParamScope = 0x80, enumerator in enum:clang::Scope::ScopeFlags
264 return getFlags() & Scope::TemplateParamScope;
284 Scope::BlockScope | Scope::TemplateParamScope |

Completed in 236 milliseconds