Home
last modified time | relevance | path

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

/external/clang/lib/Format/
DFormat.cpp1496 bool FormatPPDirective = false; in format() local
1506 FormatPPDirective = false; in format()
1507 if (!FormatPPDirective && TheLine.InPPDirective && in format()
1509 FormatPPDirective = true; in format()
1528 (WasMoved || FormatPPDirective || touchesLine(TheLine))) { in format()