Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DXRefs.cpp1345 const auto *IdentifierAtCursor = in findReferences() local
1348 if (IdentifierAtCursor) in findReferences()
1349 Macro = locateMacroAt(*IdentifierAtCursor, AST.getPreprocessor()); in findReferences()
1540 const auto *IdentifierAtCursor = in getSymbolInfo() local
1542 if (!IdentifierAtCursor) in getSymbolInfo()
1545 if (auto M = locateMacroAt(*IdentifierAtCursor, AST.getPreprocessor())) { in getSymbolInfo()