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 53 /// \brief This is the number of ranges in the DiagRanges array.
74 CharSourceRange DiagRanges[10];
170 llvm::array_lengthof(DiagStorage->DiagRanges) &&
172 DiagStorage->DiagRanges[DiagStorage->NumDiagRanges++] = R;
316 DB.AddSourceRange(DiagStorage->DiagRanges[i]);
Diagnostic.h 723 /// \brief The number of ranges in the DiagRanges array.
749 CharSourceRange DiagRanges[MaxRanges];
    [all...]

Completed in 51 milliseconds