Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineParser.h32 struct UnwrappedLine { struct
36 std::list<UnwrappedLineNode> Tokens; argument
45 /// Whether this \c UnwrappedLine is part of a preprocessor directive. argument
47 /// Whether this \c UnwrappedLine is part of a pramga directive. argument
64 /// If this \c UnwrappedLine closes a block in a sequence of lines, argument
70 /// If this \c UnwrappedLine opens a block, stores the index of the argument
95 virtual void consumeUnwrappedLine(const UnwrappedLine &Line) = 0; argument