Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Format/
DUnwrappedLineParser.h36 struct UnwrappedLine { struct
41 std::list<UnwrappedLineNode> Tokens; argument
46 /// Whether this \c UnwrappedLine is part of a preprocessor directive. argument
51 /// If this \c UnwrappedLine closes a block in a sequence of lines, argument
57 /// If this \c UnwrappedLine opens a block, stores the index of the argument
69 virtual void consumeUnwrappedLine(const UnwrappedLine &Line) = 0; argument
301 inline UnwrappedLine::UnwrappedLine() in UnwrappedLine() function
/external/clang/lib/Format/
DUnwrappedLineParser.h36 struct UnwrappedLine { struct
41 std::list<UnwrappedLineNode> Tokens; argument
46 /// \brief Whether this \c UnwrappedLine is part of a preprocessor directive. argument
55 virtual void consumeUnwrappedLine(const UnwrappedLine &Line) = 0; argument
216 inline UnwrappedLine::UnwrappedLine() in UnwrappedLine() function
/external/yapf/yapf/yapflib/
Dunwrapped_line.py29 class UnwrappedLine(object): class