reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/tools/extra/clang-tidy/ExpandModularHeadersPPCallbacks.cpp
   68   Diags.setSourceManager(&Sources);
   75   HeaderInfo = std::make_unique<HeaderSearch>(HSO, Sources, Diags, LangOpts,
   81   PP = std::make_unique<clang::Preprocessor>(PO, Diags, LangOpts, Sources,
  121   for (unsigned I = 0, N = Sources.loaded_sloc_entry_size(); I != N; ++I) {
  122     Sources.getLoadedSLocEntry(I, nullptr);
  125   for (auto It = Sources.fileinfo_begin(); It != Sources.fileinfo_end(); ++It) {
  125   for (auto It = Sources.fileinfo_begin(); It != Sources.fileinfo_end(); ++It) {
  135          Sources.isBeforeInTranslationUnit(CurrentToken.getLocation(), Loc)) {