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 99 bool IsWarnIfUnused : 1;
166 /// \brief Set the value of the IsWarnIfUnused flag.
168 IsWarnIfUnused = val;
243 bool isWarnIfUnused() const {
244 return IsWarnIfUnused;
  /external/clang/lib/Lex/
PPDirectives.cpp     [all...]
PPMacroExpansion.cpp     [all...]
Pragma.cpp 723 if (CurrentMI->isWarnIfUnused())
    [all...]

Completed in 96 milliseconds