Home
last modified time | relevance | path

Searched refs:stored_diag_iterator (Results 1 – 2 of 2) sorted by relevance

/external/clang/include/clang/Frontend/
DASTUnit.h507 typedef const StoredDiagnostic *stored_diag_iterator; typedef
508 stored_diag_iterator stored_diag_begin() const { in stored_diag_begin()
511 stored_diag_iterator stored_diag_end() const { in stored_diag_end()
/external/clang/tools/libclang/
DCIndex.cpp2529 for (ASTUnit::stored_diag_iterator D = Unit->stored_diag_begin(), in clang_parseTranslationUnit_Impl()