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

  /external/clang/include/clang/Lex/
MacroInfo.h 89 bool IsWarnIfUnused : 1;
153 /// \brief Set the value of the IsWarnIfUnused flag.
155 IsWarnIfUnused = val;
219 bool isWarnIfUnused() const {
220 return IsWarnIfUnused;
  /external/clang/lib/Lex/
PPDirectives.cpp     [all...]
Pragma.cpp 706 if (CurrentMD->getInfo()->isWarnIfUnused())
    [all...]
PPMacroExpansion.cpp     [all...]

Completed in 117 milliseconds