ΒΆconst syntax::Token* spelledIdentifierTouching(
    clang::SourceLocation Loc,
    llvm::ArrayRef<syntax::Token> Tokens)

Description

The identifier token that overlaps or touches a spelling location Loc. If there is none, returns nullptr.

Declared at: clang/include/clang/Tooling/Syntax/Tokens.h:392

Parameters

clang::SourceLocation Loc
llvm::ArrayRef<syntax::Token> Tokens