Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DTokenAnnotator.cpp130 Keywords(Keywords), Scopes(Scopes), TemplateDeclarationDepth(0) { in AnnotatingParser()
1272 TemplateDeclarationDepth++; in parseTemplateDeclaration()
1274 TemplateDeclarationDepth--; in parseTemplateDeclaration()
1278 if (CurrentToken && TemplateDeclarationDepth == 0) in parseTemplateDeclaration()
3179 int TemplateDeclarationDepth; member in clang::format::__anonadd98d890111::AnnotatingParser