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

  /external/clang/lib/AST/
DeclBase.cpp 42 static bool StatSwitch = false;
73 if (Enable) StatSwitch = true;
74 return StatSwitch;
    [all...]
Stmt.cpp 81 static bool StatSwitch = false;
84 if (Enable) StatSwitch = true;
85 return StatSwitch;

Completed in 623 milliseconds