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

  /external/clang/lib/Format/
FormatToken.h 244 bool closesScope() const {
TokenAnnotator.cpp 875 if (Current == NULL || Current->closesScope() ||
884 while (Current && !Current->closesScope()) {
    [all...]
Format.cpp     [all...]

Completed in 495 milliseconds