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 42 /// NumDiagRanges - This is the number of ranges in the DiagRanges array.
64 /// DiagRanges - The list of ranges added to this diagnostic. It currently
66 CharSourceRange DiagRanges[10];
154 llvm::array_lengthof(DiagStorage->DiagRanges) &&
156 DiagStorage->DiagRanges[DiagStorage->NumDiagRanges++] = R;
272 DB.AddSourceRange(DiagStorage->DiagRanges[i]);
Diagnostic.h 595 /// NumRanges - This is the number of ranges in the DiagRanges array.
617 /// DiagRanges - The list of ranges added to this diagnostic. It currently
619 CharSourceRange DiagRanges[10];
777 sizeof(DiagObj->DiagRanges)/sizeof(DiagObj->DiagRanges[0]) &&
780 DiagObj->DiagRanges[NumRanges++] = R;
    [all...]

Completed in 456 milliseconds