Home
last modified time | relevance | path

Searched defs:TokenBuffer (Results 1 – 3 of 3) sorted by relevance

/llvm-project/clang-tools-extra/clangd/
H A DDumpAST.h39 class TokenBuffer; variable
H A DXRefs.h30 class TokenBuffer; variable
/llvm-project/clang/include/clang/Tooling/Syntax/
H A DTokens.h176 TokenBuffer(const SourceManager &SourceMgr) : SourceMgr(&SourceMgr) {} in TokenBuffer() function