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.h263 bool parsingPPDirective() const { return CurrentLines != &Lines; } in parsingPPDirective() function
H A DUnwrappedLineParser.cpp794 !parsingPPDirective() ? PreprocessorDirectives.size() : 0; in parseBlock()
4565 if (!parsingPPDirective()) { in addUnwrappedLine()
4582 if (!parsingPPDirective() && !InExpansion && containsExpansion(*Line)) { in addUnwrappedLine()
4596 assert(!parsingPPDirective()); in addUnwrappedLine()
4620 if (!parsingPPDirective() && !PreprocessorDirectives.empty()) { in addUnwrappedLine()