Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Tooling/Syntax/
H A DTokens.cpp326 const auto &File = fileForSpelled(Spelled); in expandedForSpelled()
472 TokenBuffer::fileForSpelled(llvm::ArrayRef<syntax::Token> Spelled) const { in fileForSpelled() function in TokenBuffer
493 const auto &File = fileForSpelled(*Spelled); in expansionStartingAt()
508 const auto &File = fileForSpelled(Spelled); in expansionsOverlapping()
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/Syntax/
H A DTokens.h367 const MarkedFile &fileForSpelled(llvm::ArrayRef<syntax::Token> Spelled) const;