Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DMacroCallReconstructor.cpp49 ActiveReconstructedLines.push_back(&Result); in MacroCallReconstructor()
162 (!ActiveReconstructedLines.back()->Tokens.empty() && in prepareParent()
163 Parent == ActiveReconstructedLines.back()->Tokens.back()->Tok)) { in prepareParent()
166 while (ActiveReconstructedLines.back()->Tokens.empty() || in prepareParent()
167 (Parent != ActiveReconstructedLines.back()->Tokens.back()->Tok && in prepareParent()
168 ActiveReconstructedLines.back()->Tokens.back()->Tok != in prepareParent()
170 ActiveReconstructedLines.pop_back(); in prepareParent()
171 assert(!ActiveReconstructedLines.empty()); in prepareParent()
173 assert(!ActiveReconstructedLines.empty()); in prepareParent()
174 ActiveReconstructedLines.back()->Tokens.back()->Children.push_back( in prepareParent()
[all …]
H A DMacros.h288 SmallVector<ReconstructedLine *> ActiveReconstructedLines; variable