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

  /external/clang/tools/libclang/
IndexingContext.h 106 void handleDiagnostic(const StoredDiagnostic &StoredDiag);
Indexing.cpp 163 virtual void HandleDiagnostic(DiagnosticsEngine::Level Level,
166 DiagnosticConsumer::HandleDiagnostic(Level, Info);
168 IndexCtx.handleDiagnostic(StoredDiagnostic(Level, Info));
180 virtual void HandleDiagnostic(DiagnosticsEngine::Level level,
IndexingContext.cpp 98 void IndexingContext::handleDiagnostic(const StoredDiagnostic &StoredDiag) {

Completed in 18 milliseconds