HomeSort by relevance Sort by last modified time
    Searched refs:GroupDiags (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/Basic/
Diagnostic.cpp 252 SmallVector<diag::kind, 256> GroupDiags;
253 if (Diags->getDiagnosticsInGroup(Flavor, Group, GroupDiags))
257 for (diag::kind Diag : GroupDiags)
275 SmallVector<diag::kind, 8> GroupDiags;
277 GroupDiags))
281 for (diag::kind Diag : GroupDiags) {
306 SmallVector<diag::kind, 8> GroupDiags;
308 GroupDiags))
312 for (diag::kind Diag : GroupDiags) {
    [all...]
  /external/clang/utils/TableGen/
ClangDiagnosticsEmitter.cpp 216 MutableArrayRef<const Record *> GroupDiags = (*I)->DiagsInGroup;
217 std::sort(GroupDiags.begin(), GroupDiags.end(), beforeThanCompare);
225 ArrayRef<const Record *> GroupDiags = (*I)->DiagsInGroup;
229 for (ArrayRef<const Record *>::const_iterator DI = GroupDiags.begin(),
230 DE = GroupDiags.end();
259 ArrayRef<const Record *>::const_iterator DI = GroupDiags.begin(),
260 DE = GroupDiags.end();
    [all...]

Completed in 106 milliseconds