Searched refs:peekNext (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/MCA/
H A DSourceMgr.h44 SourceRef peekNext() const { function in class:llvm::mca::SourceMgr
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MCA/Stages/
H A DEntryStage.cpp35 SourceRef SR = SM.peekNext();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DYAMLParser.cpp173 /// which could legally be the start of a simple key. When peekNext is called,
260 Token &peekNext();
780 Token &Scanner::peekNext() { function in class:Scanner
808 Token Ret = peekNext();
1809 SMLoc Start = SMLoc::getFromPointer(peekNext().Range.begin());
1858 Token &Node::peekNext() { function in class:Node
1859 return Doc->peekNext();
2066 Token &t = peekNext();
2077 Token &t = peekNext();
2093 setError("Null key in Key Value.", peekNext());
2300 Token &Document::peekNext() { function in class:Document
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DYAMLParser.h163 Token &peekNext();
560 Token &peekNext();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfExpression.h73 Optional<DIExpression::ExprOperand> peekNext() const { function in class:llvm::DIExpressionCursor
H A DDwarfExpression.cpp312 auto N = ExprCursor.peekNext();

Completed in 78 milliseconds