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;
   40     CommonDecl = N->ASTNode.get<Decl>();
   43   if (!CommonDecl) {
   53         {const_cast<Decl *>(CommonDecl)});