Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/include/clang/Tooling/Syntax/
DTokens.h355 spelledForExpandedToken(const syntax::Token *Expanded) const;
/openbsd/src/gnu/llvm/clang/lib/Tooling/Syntax/
DTokens.cpp323 TokenBuffer::spelledForExpandedToken(const syntax::Token *Expanded) const { in spelledForExpandedToken() function in TokenBuffer
462 auto [FirstSpelled, FirstMapping] = spelledForExpandedToken(First); in spelledForExpanded()
463 auto [LastSpelled, LastMapping] = spelledForExpandedToken(Last); in spelledForExpanded()