Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DYAMLParser.h448 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()
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DTokenLexer.cpp753 auto IsAtEnd = [&TokenStream, &CurIdx] { in pasteTokens() local