Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Format/
H A DTokenAnnotator.cpp130 Keywords(Keywords), Scopes(Scopes), TemplateDeclarationDepth(0) { in AnnotatingParser()
1282 TemplateDeclarationDepth++; in parseTemplateDeclaration()
1284 TemplateDeclarationDepth--; in parseTemplateDeclaration()
1288 if (CurrentToken && TemplateDeclarationDepth == 0) in parseTemplateDeclaration()
3123 int TemplateDeclarationDepth; member in clang::format::__anona3a667de0111::AnnotatingParser