Searched defs:peekNextToken (Results 1 – 3 of 3) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/lib/MCA/HardwareUnits/ | ||
H A D | RetireControlUnit.cpp | 73 const RetireControlUnit::RUToken &RetireControlUnit::peekNextToken() const { in peekNextToken() function in llvm::mca::RetireControlUnit |
/freebsd-src/contrib/llvm-project/clang/lib/Format/ | ||
H A D | FormatTokenSource.h | 223 FormatToken *peekNextToken(bool SkipComment) override { peekNextToken() function |
/freebsd-src/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/ | ||
H A D | Parser.cpp | 84 const TokenInfo &peekNextToken() const { return NextToken; } in peekNextToken() function in clang::ast_matchers::dynamic::Parser::CodeTokenizer |