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

  /external/clang/include/clang/Basic/
DiagnosticIDs.h 77 unsigned HasShowInSystemHeader : 1;
88 Result.HasShowInSystemHeader = 0;
100 bool hasShowInSystemHeader() const { return HasShowInSystemHeader; }
101 void setShowInSystemHeader(bool Value) { HasShowInSystemHeader = Value; }
  /external/clang/lib/Basic/
DiagnosticIDs.cpp 494 !MappingInfo.hasShowInSystemHeader() &&

Completed in 159 milliseconds