Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DTokenAnnotator.h42 ST_Class, enumerator
H A DTokenAnnotator.cpp141 return ST_Class; in getScopeType()
1410 Scopes.back() == ST_Class)) { in consumeToken()
3106 if (!Scopes.empty() && Scopes.back() == ST_Class) in determineStarAmpUsage()
3749 if (Tok && ((!ScopeStack.empty() && ScopeStack.back() == ST_Class) || in annotate()