Searched refs:parsingPPDirective (Results 1 – 2 of 2) sorted by relevance
260 bool parsingPPDirective() const { return CurrentLines != &Lines; } in parsingPPDirective() function
799 !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()