Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Tooling/Syntax/
H A DTokens.h297 const syntax::Token *spelledTokenAt(SourceLocation Loc) const;
/freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/Syntax/
H A DTokens.cpp386 const syntax::Token *TokenBuffer::spelledTokenAt(SourceLocation Loc) const { in spelledTokenAt() function in TokenBuffer