HomeSort by: relevance | last modified time | path
    Searched defs:isIgnored (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/tools/diagtool/
TreeView.cpp 32 static bool isIgnored(unsigned DiagID) {
36 return Diags.isIgnored(DiagID, SourceLocation());
52 if (isIgnored(DR.DiagID))
83 if (!isIgnored(DR.DiagID))
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGValue.h 619 bool isIgnored() const {
640 if (isIgnored()) {
  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
Diagnostic.h 906 bool isIgnored(unsigned DiagID, SourceLocation Loc) const {
917 /// \c isIgnored().

Completed in 62 milliseconds