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

  /external/clang/include/clang/Basic/
PartialDiagnostic.h 50 /// NumDiagRanges - This is the number of ranges in the DiagRanges array.
68 /// DiagRanges - The list of ranges added to this diagnostic. It currently
70 CharSourceRange DiagRanges[10];
166 llvm::array_lengthof(DiagStorage->DiagRanges) &&
168 DiagStorage->DiagRanges[DiagStorage->NumDiagRanges++] = R;
279 DB.AddSourceRange(DiagStorage->DiagRanges[i]);
Diagnostic.h 650 /// NumDiagRanges - This is the number of ranges in the DiagRanges array.
672 /// DiagRanges - The list of ranges added to this diagnostic.
673 CharSourceRange DiagRanges[MaxRanges];
    [all...]
  /external/clang/lib/Basic/
Diagnostic.cpp 366 DiagRanges[i++] = *RI;

Completed in 31 milliseconds