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

/freebsd-10-stable/contrib/llvm/tools/clang/lib/Format/
H A DFormat.cpp546 bool FormatPPDirective = false; local
556 FormatPPDirective = false;
557 if (!FormatPPDirective && TheLine.InPPDirective &&
559 FormatPPDirective = true;
585 (WasMoved || FormatPPDirective || touchesLine(TheLine))) {

Completed in 102 milliseconds