Home
last modified time | relevance | path

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

/freebsd/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/contrib/llvm-project/clang/lib/Format/
H A DFormatTokenSource.h229 FormatToken *peekNextToken(bool SkipComment) override { in peekNextToken() function