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

References

tools/clang/tools/extra/clangd/XRefs.cpp
  804     if (CurLoc.isInvalid() && dyn_cast<CXXConversionDecl>(D))
  805       CurLoc = D->getTypeSourceInfo()->getTypeLoc().getBeginLoc();
  807     if (CurLoc.isInvalid())
  808       CurLoc = D->getSourceRange().getBegin();
  809     if (CurLoc != SearchedLocation)