Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clangd/
DXRefs.cpp426 bool tokenSpelledAt(SourceLocation SpellingLoc, const syntax::TokenBuffer &TB) { in tokenSpelledAt() function
618 if (!(tokenSpelledAt(Tok.location(), TB) || TB.expansionStartingAt(&Tok))) in findNearbyIdentifier()