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

  /external/chromium/chrome/browser/search_engines/
template_url_parser_unittest.cc 29 bool IsDisabled() {
63 if (IsDisabled())
70 if (IsDisabled())
77 if (IsDisabled())
84 if (IsDisabled())
98 if (IsDisabled())
112 if (IsDisabled())
133 if (IsDisabled())
160 if (IsDisabled())
182 if (IsDisabled())
    [all...]
  /external/clang/include/clang/Lex/
MacroInfo.h 84 /// IsDisabled - True if we have started an expansion of this macro already.
87 bool IsDisabled : 1;
273 bool isEnabled() const { return !IsDisabled; }
276 assert(IsDisabled && "Cannot enable an already-enabled macro!");
277 IsDisabled = false;
281 assert(!IsDisabled && "Cannot disable an already-disabled macro!");
282 IsDisabled = true;
  /external/clang/lib/Lex/
MacroInfo.cpp 25 IsDisabled = false;
46 IsDisabled = MI.IsDisabled;

Completed in 84 milliseconds