Home
last modified time | relevance | path

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

/external/clang/lib/Format/
DFormatToken.h244 bool closesScope() const { in closesScope() function
DTokenAnnotator.cpp875 if (Current == NULL || Current->closesScope() || in parse()
884 while (Current && !Current->closesScope()) { in parse()
DFormat.cpp808 if (!Current.opensScope() && !Current.closesScope()) in moveStateToNextToken()