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;
   39        N = N->Parent)
   39        N = N->Parent)
   40     CommonDecl = N->ASTNode.get<Decl>();