HomeSort by: relevance | last modified time | path
    Searched refs:isWarnIfUnused (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Lex/
MacroInfo.h 112 bool IsWarnIfUnused : 1;
159 /// Set the value of the IsWarnIfUnused flag.
160 void setIsWarnIfUnused(bool val) { IsWarnIfUnused = val; }
230 bool isWarnIfUnused() const { return IsWarnIfUnused; }
  /src/external/apache2/llvm/dist/clang/lib/Lex/
PPDirectives.cpp 2849 assert(!OtherMI->isWarnIfUnused());
2858 if (!OtherMI->isUsed() && OtherMI->isWarnIfUnused())
2874 if (OtherMI->isWarnIfUnused())
2937 if (!MI->isUsed() && MI->isWarnIfUnused())
2940 if (MI->isWarnIfUnused())
PPMacroExpansion.cpp 1880 if (MI->isWarnIfUnused() && !MI->isUsed())
Pragma.cpp 643 if (MI->isWarnIfUnused())

Completed in 75 milliseconds