Home
last modified time | relevance | path

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

/external/clang/tools/diagtool/
DDiagnosticNames.h49 const short *CurrentID; member
52 group_iterator(const short *Start) : CurrentID(Start) { in group_iterator()
53 if (CurrentID && *CurrentID == -1) in group_iterator()
54 CurrentID = nullptr; in group_iterator()
70 return *CurrentID; in getID()
74 ++CurrentID;
75 if (*CurrentID == -1)
76 CurrentID = nullptr;
81 return CurrentID == Other.CurrentID;
85 return CurrentID != Other.CurrentID;
[all …]