Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Format/
H A DMacros.h239 struct ReconstructedLine;
241 void appendToken(FormatToken *Token, ReconstructedLine *L = nullptr);
242 UnwrappedLine createUnwrappedLine(const ReconstructedLine &Line, int Level);
243 void debug(const ReconstructedLine &Line, int Level);
244 ReconstructedLine &parentLine();
245 ReconstructedLine *currentLine();
263 SmallVector<std::unique_ptr<ReconstructedLine>> Children;
269 struct ReconstructedLine { struct
270 explicit ReconstructedLine(unsigned Level) : Level(Level) {} in ReconstructedLine() function
284 ReconstructedLine Result; argument
[all …]
H A DMacroCallReconstructor.cpp175 std::make_unique<ReconstructedLine>(Level)); in prepareParent()
500 ReconstructedLine *L) { in appendToken()
507 MacroCallReconstructor::createUnwrappedLine(const ReconstructedLine &Line, in createUnwrappedLine()
549 void MacroCallReconstructor::debug(const ReconstructedLine &Line, int Level) { in debug()
567 MacroCallReconstructor::ReconstructedLine &
572 MacroCallReconstructor::ReconstructedLine *
578 MacroCallReconstructor::ReconstructedLine *Line, in MacroCallState()