Home
last modified time | relevance | path

Searched refs:IsAtEnd (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DYAMLParser.cpp2207 IsAtEnd = true; in increment()
2214 IsAtEnd = true; in increment()
2227 IsAtEnd = true; in increment()
2234 IsAtEnd = true; in increment()
2248 IsAtEnd = true; in increment()
2255 IsAtEnd = true; in increment()
2263 IsAtEnd = true; in increment()
2282 IsAtEnd = true; in increment()
2290 IsAtEnd = true; in increment()
2305 IsAtEnd = true; in increment()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DYAMLParser.h400 assert((C.IsAtBeginning || C.IsAtEnd) && "Cannot skip mid parse!"); in skip()
448 bool IsAtEnd = false; variable
505 bool IsAtEnd = false; variable
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaInternal.h257 iterator(NamespaceSpecifierSet &Set, bool IsAtEnd) in iterator() argument
260 Inner(!IsAtEnd ? Outer->second.begin() : OuterBack->second.end()) { in iterator()
/freebsd-13.1/contrib/llvm-project/clang/lib/Lex/
H A DTokenLexer.cpp754 auto IsAtEnd = [&TokenStream, &CurIdx] { in pasteTokens() local
763 assert(!IsAtEnd() && "No token on the RHS of a paste operator!"); in pasteTokens()
891 } while (!IsAtEnd() && TokenStream[CurIdx].is(tok::hashhash)); in pasteTokens()