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

References

tools/clang/tools/extra/clangd/refactor/tweaks/AnnotateHighlightings.cpp
   38   for (auto N = Inputs.ASTSelection.commonAncestor(); N && !CommonDecl;
   47     HighlightingTokens = getSemanticHighlightings(Inputs.AST);
   50     const auto &BackupScopes = Inputs.AST.getASTContext().getTraversalScope();
   52     Inputs.AST.getASTContext().setTraversalScope(
   54     HighlightingTokens = getSemanticHighlightings(Inputs.AST);
   56     Inputs.AST.getASTContext().setTraversalScope(BackupScopes);
   58   auto &SM = Inputs.AST.getSourceManager();
   60   llvm::StringRef FilePath = SM.getFilename(Inputs.Cursor);
   64     auto InsertOffset = positionToOffset(Inputs.Code, Token.R.start);