Home
last modified time | relevance | path

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

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