Home
last modified time | relevance | path

Searched refs:NearbyIdent (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/clang-tools-extra/clangd/
DXRefs.cpp691 if (const syntax::Token *NearbyIdent = in locateSymbolAt() local
693 if (auto Macro = locateMacroReferent(*NearbyIdent, AST, *MainFilePath)) { in locateSymbolAt()
699 locateASTReferent(NearbyIdent->location(), NearbyIdent, AST, in locateSymbolAt()
703 NearbyIdent->text(SM)); in locateSymbolAt()