Home
last modified time | relevance | path

Searched defs:ScopeStack (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVCompare.h31 LVScopes ScopeStack; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.h255 LVScopeStack ScopeStack; global() variable
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DWhitespaceManager.cpp259 SmallVector<bool, 16> ScopeStack; in calculateLineBreakInformation() local
313 SmallVector<unsigned, 16> ScopeStack; in AlignTokenSequence() local
H A DTokenAnnotator.cpp3713 auto &ScopeStack = Line.InMacroBody ? MacroBodyScopes : Scopes; in annotate() local