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

/freebsd-current/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineParser.h266 bool parsingPPDirective() const { return CurrentLines != &Lines; } function in class:clang::format::UnwrappedLineParser
H A DUnwrappedLineParser.cpp791 !parsingPPDirective() ? PreprocessorDirectives.size() : 0;
4429 if (!parsingPPDirective()) {
4446 if (!parsingPPDirective() && !InExpansion && containsExpansion(*Line)) {
4460 assert(!parsingPPDirective());
4484 if (!parsingPPDirective() && !PreprocessorDirectives.empty()) {

Completed in 132 milliseconds