Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DYAMLParser.cpp2327 IsAtEnd = true; in increment()
2334 IsAtEnd = true; in increment()
2347 IsAtEnd = true; in increment()
2354 IsAtEnd = true; in increment()
2368 IsAtEnd = true; in increment()
2375 IsAtEnd = true; in increment()
2383 IsAtEnd = true; in increment()
2396 IsAtEnd = true; in increment()
2402 IsAtEnd = true; in increment()
2410 IsAtEnd in Document()
[all...]
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DYAMLParser.h405 assert((C.IsAtBeginning || C.IsAtEnd) && "Cannot skip mid parse!"); in skip()
453 bool IsAtEnd = false;
510 bool IsAtEnd = false;
448 bool IsAtEnd = false; global() variable
505 bool IsAtEnd = false; global() variable
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaInternal.h253 iterator(NamespaceSpecifierSet &Set, bool IsAtEnd) in iterator() argument
256 Inner(!IsAtEnd ? Outer->second.begin() : OuterBack->second.end()) { in iterator()
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DTokenLexer.cpp753 auto IsAtEnd = [&TokenStream, &CurIdx] { in pasteTokens() local
762 assert(!IsAtEnd() && "No token on the RHS of a paste operator!"); in pasteTokens()
890 } while (!IsAtEnd() && TokenStream[CurIdx].is(tok::hashhash)); in pasteTokens()