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

References

tools/clang/tools/extra/clangd/index/SymbolCollector.cpp
  195   ASTCtx = &Ctx;
  251   assert(ASTCtx && PP.get() && "ASTContext and Preprocessor must be set.");
  277   auto &SM = ASTCtx->getSourceManager();
  307       !ASTCtx->getLangOpts().IsHeaderFile;
  310       !shouldCollectSymbol(*ND, *ASTCtx, Opts, IsMainFileOnly))
  503   const auto &SM = ASTCtx->getSourceManager();
  530                 getTokenRange(LocAndRole.first, SM, ASTCtx->getLangOpts());
  579           getTokenLocation(Loc, SM, Opts, ASTCtx->getLangOpts(), FileURI))
  588   assert(ASTCtx && PP.get() && "ASTContext and Preprocessor must be set.");
  592       *ASTCtx, *PP, CodeCompletionContext::CCC_Symbol, *CompletionAllocator,
  615     TypeStorage = OpaqueType::fromCompletionResult(*ASTCtx, SymbolCompletion);
  639           getTokenLocation(Loc, SM, Opts, ASTCtx->getLangOpts(), FileURI))
  649   const SourceManager &SM = ASTCtx->getSourceManager();
  679     const SourceManager &SM = ASTCtx->getSourceManager();
  734     I.first->second = Opts.FileFilter(ASTCtx->getSourceManager(), FID);