Searched refs:DiagRanges (Results 1 - 3 of 3) sorted by relevance

/external/clang/include/clang/Basic/
H A DPartialDiagnostic.h52 /// \brief This is the number of ranges in the DiagRanges array.
73 CharSourceRange DiagRanges[10]; member in struct:clang::PartialDiagnostic::Storage
169 llvm::array_lengthof(DiagStorage->DiagRanges) &&
171 DiagStorage->DiagRanges[DiagStorage->NumDiagRanges++] = R;
294 DB.AddSourceRange(DiagStorage->DiagRanges[i]);
H A DDiagnostic.h700 /// \brief The number of ranges in the DiagRanges array.
726 CharSourceRange DiagRanges[MaxRanges]; member in class:clang::DiagnosticsEngine
955 DiagObj->DiagRanges[NumRanges++] = R;
1136 return DiagObj->DiagRanges[Idx];
1141 return llvm::makeArrayRef(DiagObj->DiagRanges, DiagObj->NumDiagRanges);
/external/clang/lib/Basic/
H A DDiagnostic.cpp368 DiagRanges[i++] = *RI;

Completed in 19 milliseconds