Home
last modified time | relevance | path

Searched refs:parsingPPDirective (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineParser.h260 bool parsingPPDirective() const { return CurrentLines != &Lines; } in parsingPPDirective() function
H A DUnwrappedLineParser.cpp799 !parsingPPDirective() ? PreprocessorDirectives.size() : 0; in parseBlock()
4545 if (!parsingPPDirective()) { in addUnwrappedLine()
4562 if (!parsingPPDirective() && !InExpansion && containsExpansion(*Line)) { in addUnwrappedLine()
4576 assert(!parsingPPDirective()); in addUnwrappedLine()
4600 if (!parsingPPDirective() && !PreprocessorDirectives.empty()) { in addUnwrappedLine()