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 75 unsigned HasShowInSystemHeader : 1;
86 Result.HasShowInSystemHeader = 0;
98 bool hasShowInSystemHeader() const { return HasShowInSystemHeader; }
99 void setShowInSystemHeader(bool Value) { HasShowInSystemHeader = Value; }
  /external/clang/lib/Basic/
DiagnosticIDs.cpp 497 !MappingInfo.hasShowInSystemHeader() &&

Completed in 32 milliseconds