HomeSort by relevance Sort by last modified time
    Searched defs:IsForEachMacro (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/Format/
TokenAnnotator.cpp 130 } else if (Left->Previous && Left->Previous->IsForEachMacro) {
132 Contexts.back().IsForEachMacro = true;
495 if (Contexts.back().IsForEachMacro)
658 CaretFound(false), IsForEachMacro(false) {}
673 bool IsForEachMacro;
    [all...]
FormatToken.h 113 PartOfMultiVariableDeclStmt(false), IsForEachMacro(false),
267 bool IsForEachMacro;

Completed in 487 milliseconds