Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Support/
H A DYAMLParser.cpp2116 IsAtEnd = true; in increment()
2123 IsAtEnd = true; in increment()
2136 IsAtEnd = true; in increment()
2143 IsAtEnd = true; in increment()
2157 IsAtEnd = true; in increment()
2164 IsAtEnd = true; in increment()
2172 IsAtEnd = true; in increment()
2191 IsAtEnd = true; in increment()
2199 IsAtEnd = true; in increment()
2214 IsAtEnd = true; in increment()
[all …]
/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DYAMLParser.h391 assert((C.IsAtBeginning || C.IsAtEnd) && "Cannot skip mid parse!"); in skip()
439 bool IsAtEnd = false; variable
496 bool IsAtEnd = false; variable
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DSemaInternal.h292 iterator(NamespaceSpecifierSet &Set, bool IsAtEnd) in iterator() argument
295 Inner(!IsAtEnd ? Outer->second.begin() : OuterBack->second.end()) { in iterator()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Lex/
H A DTokenLexer.cpp715 auto IsAtEnd = [&TokenStream, &CurIdx] { in pasteTokens() local
724 assert(!IsAtEnd() && "No token on the RHS of a paste operator!"); in pasteTokens()
852 } while (!IsAtEnd() && TokenStream[CurIdx].is(tok::hashhash)); in pasteTokens()