Home
last modified time | relevance | path

Searched refs:HasTemplateScope (Results 1 – 2 of 2) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/clang/lib/Parse/
DParseCXXInlineMethods.cpp277 bool HasTemplateScope = !Class.TopLevelClass && Class.TemplateScope; in ParseLexedMethodDeclarations() local
278 ParseScope ClassTemplateScope(this, Scope::TemplateParamScope, HasTemplateScope); in ParseLexedMethodDeclarations()
280 if (HasTemplateScope) { in ParseLexedMethodDeclarations()
389 bool HasTemplateScope = !Class.TopLevelClass && Class.TemplateScope; in ParseLexedMethodDefs() local
390 ParseScope ClassTemplateScope(this, Scope::TemplateParamScope, HasTemplateScope); in ParseLexedMethodDefs()
392 if (HasTemplateScope) { in ParseLexedMethodDefs()
486 bool HasTemplateScope = !Class.TopLevelClass && Class.TemplateScope; in ParseLexedMemberInitializers() local
488 HasTemplateScope); in ParseLexedMemberInitializers()
490 if (HasTemplateScope) { in ParseLexedMemberInitializers()
DParseDecl.cpp981 bool HasTemplateScope = !Class.TopLevelClass && Class.TemplateScope; in ParseLexedAttributes() local
983 HasTemplateScope); in ParseLexedAttributes()
984 if (HasTemplateScope) in ParseLexedAttributes()
1062 bool HasTemplateScope = EnterScope && D->isTemplateDecl(); in ParseLexedAttribute() local
1063 ParseScope TempScope(this, Scope::TemplateParamScope, HasTemplateScope); in ParseLexedAttribute()
1064 if (HasTemplateScope) in ParseLexedAttribute()
1080 if (HasTemplateScope) { in ParseLexedAttribute()