HomeSort by relevance Sort by last modified time
    Searched refs:FakeRParens (Results 1 - 3 of 3) sorted by null

  /external/clang/lib/Format/
FormatToken.h 239 unsigned FakeRParens = 0;
ContinuationIndenter.cpp 481 // when we consume all of the "}"'s FakeRParens at the "{".
641 if (NextNonComment->is(tok::identifier) && NextNonComment->FakeRParens == 0 &&
    [all...]
TokenAnnotator.cpp 777 CurrentToken->FakeRParens = 0;
    [all...]

Completed in 199 milliseconds