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

  /external/clang/lib/Format/
FormatToken.h 185 SmallVector<prec::Level, 4> FakeLParens;
Format.cpp 764 Current.FakeLParens.empty()))
778 bool HasMultipleParameters = !Current.FakeLParens.empty();
    [all...]
TokenAnnotator.cpp 901 Start->FakeLParens.push_back(Precedence);
    [all...]

Completed in 178 milliseconds