HomeSort by relevance Sort by last modified time
    Searched refs:StoredDiag (Results 1 - 3 of 3) sorted by null

  /external/clang/tools/libclang/
CIndexDiagnostic.cpp 180 CXStoredDiagnostic *StoredDiag = static_cast<CXStoredDiagnostic *>(Diag);
181 if (!StoredDiag)
184 switch (StoredDiag->Diag.getLevel()) {
197 CXStoredDiagnostic *StoredDiag = static_cast<CXStoredDiagnostic *>(Diag);
198 if (!StoredDiag || StoredDiag->Diag.getLocation().isInvalid())
201 return translateSourceLocation(StoredDiag->Diag.getLocation().getManager(),
202 StoredDiag->LangOpts,
203 StoredDiag->Diag.getLocation());
207 CXStoredDiagnostic *StoredDiag = static_cast<CXStoredDiagnostic *>(Diag)
    [all...]
IndexingContext.h 106 void handleDiagnostic(const StoredDiagnostic &StoredDiag);
IndexingContext.cpp 98 void IndexingContext::handleDiagnostic(const StoredDiagnostic &StoredDiag) {
102 CXStoredDiagnostic CXDiag(StoredDiag, Ctx->getLangOptions());

Completed in 47 milliseconds