Home
last modified time | relevance | path

Searched refs:CurrentID (Results 1 – 1 of 1) sorted by relevance

/external/clang/tools/diagtool/
DDiagnosticNames.h46 const short *CurrentID; member
49 group_iterator(const short *Start) : CurrentID(Start) { in group_iterator()
50 if (CurrentID && *CurrentID == -1) in group_iterator()
51 CurrentID = nullptr; in group_iterator()
67 return *CurrentID; in getID()
71 ++CurrentID;
72 if (*CurrentID == -1)
73 CurrentID = nullptr;
78 return CurrentID == Other.CurrentID;
82 return CurrentID != Other.CurrentID;
[all …]