Home
last modified time | relevance | path

Searched defs:IsAtEnd (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DYAMLParser.h448 bool IsAtEnd = false; variable
505 bool IsAtEnd = false; variable
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DSemaInternal.h257 iterator(NamespaceSpecifierSet &Set, bool IsAtEnd) in iterator()
/openbsd-src/gnu/llvm/clang/lib/Lex/
H A DTokenLexer.cpp754 auto IsAtEnd = [&TokenStream, &CurIdx] { in pasteTokens() local