Home
last modified time | relevance | path

Searched defs:hasNext (Results 1 – 6 of 6) sorted by relevance

/llvm-project/llvm/include/llvm/MCA/
H A DIncrementalSourceMgr.h61 bool hasNext() const override { return !Staging.empty(); } in hasNext() function
H A DSourceMgr.h72 bool hasNext() const override { in hasNext() function
/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_bitvector.h91 bool hasNext() const { return !bv_.empty(); } in hasNext() function
281 bool hasNext() const { in hasNext() function
/llvm-project/clang-tools-extra/pseudo/include/clang-pseudo/grammar/
H A DLRGraph.h
/llvm-project/clang/include/clang/Sema/
H A DLookup.h706 bool hasNext() const { in hasNext() function
/llvm-project/llvm/unittests/Frontend/
H A DOpenMPIRBuilderTest.cpp3475 bool hasNext() const { return BBI != BB->end(); } hasNext() function in __anon8484d89f0111::BBInstIter