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

/freebsd-10.2-release/contrib/llvm/tools/clang/utils/TableGen/
H A DClangDiagnosticsEmitter.cpp136 const Record *ExplicitDef; member in struct:__anon3671::GroupInfo
138 GroupInfo() : ExplicitDef(0) {}
192 if (GI.ExplicitDef)
193 assert(GI.ExplicitDef == Group);
195 GI.ExplicitDef = Group;
226 if ((*I)->ExplicitDef) {
227 std::string Name = (*I)->ExplicitDef->getValueAsString("GroupName");
233 if (NextDiagGroup == (*I)->ExplicitDef)
240 Replacement += (*I)->ExplicitDef->getName();
252 SrcMgr.PrintMessage((*I)->ExplicitDef
[all...]

Completed in 93 milliseconds