Home
last modified time | relevance | path

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

/llvm-project/clang/unittests/Format/
H A DTestLexer.h95 void consumeUnwrappedLine(const UnwrappedLine &TheLine) override { in consumeUnwrappedLine() function
/llvm-project/clang/lib/Format/
H A DTokenAnalyzer.cpp154 void TokenAnalyzer::consumeUnwrappedLine(const UnwrappedLine &TheLine) { in consumeUnwrappedLine() function in clang::format::TokenAnalyzer