Searched refs:ExplicitDef (Results 1 - 1 of 1) sorted by relevance

/external/clang/utils/TableGen/
H A DClangDiagnosticsEmitter.cpp135 const Record *ExplicitDef; member in struct:__anon16687::GroupInfo
137 GroupInfo() : ExplicitDef(0) {}
191 if (GI.ExplicitDef)
192 assert(GI.ExplicitDef == Group);
194 GI.ExplicitDef = Group;
225 if ((*I)->ExplicitDef) {
226 std::string Name = (*I)->ExplicitDef->getValueAsString("GroupName");
232 if (NextDiagGroup == (*I)->ExplicitDef)
239 Replacement += (*I)->ExplicitDef->getName();
251 SrcMgr.PrintMessage((*I)->ExplicitDef
[all...]

Completed in 63 milliseconds