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 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...]
  /external/clang/lib/Basic/
Diagnostic.cpp 368 DiagRanges[i++] = *RI;
    [all...]

Completed in 35 milliseconds