Searched refs:LastBlockComment (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/Format/
H A DWhitespaceManager.cpp211 const WhitespaceManager::Change *LastBlockComment = nullptr; local
222 LastBlockComment = &Change;
224 if ((Change.StartOfBlockComment = LastBlockComment))
230 LastBlockComment = nullptr;

Completed in 108 milliseconds