Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Tooling/Syntax/
H A DTokens.h384 spelledTokensTouching(SourceLocation Loc, const syntax::TokenBuffer &Tokens);
386 spelledTokensTouching(SourceLocation Loc, llvm::ArrayRef<syntax::Token> Tokens);
/freebsd/contrib/llvm-project/clang/lib/Tooling/Syntax/
H A DTokens.cpp521 syntax::spelledTokensTouching(SourceLocation Loc, in spelledTokensTouching() function in syntax
535 syntax::spelledTokensTouching(SourceLocation Loc, in spelledTokensTouching() function in syntax
537 return spelledTokensTouching( in spelledTokensTouching()
544 for (const syntax::Token &Tok : spelledTokensTouching(Loc, Tokens)) { in spelledIdentifierTouching()