Searched defs:peek (Results 1 – 12 of 12) sorted by relevance
63 DocID peek() const override { return Children.front()->peek(); } in peek() function in clang::clangd::dex::__anonfa78848f0111::AndIterator176 DocID peek() const override { in peek() function in clang::clangd::dex::__anonfa78848f0111::OrIterator241 DocID peek() const override { in peek() function in clang::clangd::dex::__anonfa78848f0111::TrueIterator270 DocID peek() const override { in peek() function in clang::clangd::dex::__anonfa78848f0111::FalseIterator299 DocID peek() const override { return Child->peek(); } in peek() function in clang::clangd::dex::__anonfa78848f0111::BoostIterator331 DocID peek() const override { return Child->peek(); } in peek() function in clang::clangd::dex::__anonfa78848f0111::LimitIterator
57 DocID peek() const override { in peek() function in clang::clangd::dex::__anon18161f850111::ChunkIterator
21 Fortran::common::optional<DataEdit> peek{ in DefinedFormattedIo() local
267 StringRef ScriptLexer::peek() { peek() function in ScriptLexer
159 uint8_t BinaryStreamReader::peek() const { in peek() function in BinaryStreamReader
403 char peek() { return P == End ? 0 : *P; } in peek() function in llvm::json::__anon54edd1e90811::Parser
75 PosPtr peek() const noexcept { in peek() function
268 __isl_keep EL *FN(LIST(EL),peek)(__isl_keep LIST(EL) *list, int index) in FN() argument
72 char peek() const { in peek() function in clang::comments::TextTokenRetokenizer
44 char peek(int I = 0) const { return End - Ptr <= I ? 0 : Ptr[I]; } in peek() function in __anonbde67a410111::Cursor [all...]
190 static bool peek(struct InternalInstruction *insn, uint8_t &byte) { in peek() function [all...]