Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DMacros.h269 struct ReconstructedLine { struct
270 explicit ReconstructedLine(unsigned Level) : Level(Level) {} in ReconstructedLine() argument
284 ReconstructedLine Result; argument