HomeSort by relevance Sort by last modified time
    Searched defs:DiagRanges (Results 1 - 2 of 2) 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...]

Completed in 48 milliseconds