Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Tooling/Syntax/
H A DBuildTree.cpp368 LocationToToken.insert({T.location(), &T}); in TreeBuilder()
691 llvm::DenseMap<SourceLocation, const syntax::Token *> LocationToToken; member in syntax::TreeBuilder
1741 auto It = LocationToToken.find(L); in findToken()
1742 assert(It != LocationToToken.end()); in findToken()