Searched refs:spelledTokens (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Tooling/Syntax/
H A DTokens.h167 /// tokens for each of the files can be obtained via spelledTokens(FileID).
243 /// spelledTokens() returns
246 llvm::ArrayRef<syntax::Token> spelledTokens(FileID FID) const;
/freebsd-11-stable/contrib/llvm-project/clang/lib/Tooling/Syntax/
H A DTokens.cpp179 llvm::ArrayRef<syntax::Token> TokenBuffer::spelledTokens(FileID FID) const { function in class:TokenBuffer
262 Tokens.spelledTokens(Tokens.sourceManager().getFileID(Loc));

Completed in 70 milliseconds