Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/MCA/HardwareUnits/
H A DRetireControlUnit.cpp73 const RetireControlUnit::RUToken &RetireControlUnit::peekNextToken() const { in peekNextToken() function in llvm::mca::RetireControlUnit
/freebsd-src/contrib/llvm-project/clang/lib/Format/
H A DFormatTokenSource.h223 FormatToken *peekNextToken(bool SkipComment) override { peekNextToken() function
/freebsd-src/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DParser.cpp84 const TokenInfo &peekNextToken() const { return NextToken; } in peekNextToken() function in clang::ast_matchers::dynamic::Parser::CodeTokenizer