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 135 } else if (Left->Previous && Left->Previous->IsForEachMacro) {
137 Contexts.back().IsForEachMacro = true;
552 if (Contexts.back().IsForEachMacro)
749 bool IsForEachMacro = false;
    [all...]
FormatToken.h 120 PartOfMultiVariableDeclStmt(false), IsForEachMacro(false),
274 bool IsForEachMacro;

Completed in 117 milliseconds