Home | History | Annotate | Download | only in libclang

Lines Matching refs:Index

843                                 unsigned Index) {
846 if (!Results || Index >= Results->Diagnostics.size())
849 return new CXStoredDiagnostic(Results->Diagnostics[Index], Results->LangOpts);