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 102 bool IsWarnIfUnused : 1;
156 /// \brief Set the value of the IsWarnIfUnused flag.
158 IsWarnIfUnused = val;
225 bool isWarnIfUnused() const {
226 return IsWarnIfUnused;
  /external/clang/lib/Lex/
PPDirectives.cpp     [all...]
PPMacroExpansion.cpp     [all...]
Pragma.cpp 595 if (MI->isWarnIfUnused())
    [all...]

Completed in 44 milliseconds