Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
HDYAMLParser.h438 bool IsAtEnd = false; variable
495 bool IsAtEnd = false; variable
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
HDSemaInternal.h252 iterator(NamespaceSpecifierSet &Set, bool IsAtEnd) in iterator()
/freebsd-11-stable/contrib/llvm-project/clang/lib/Lex/
HDTokenLexer.cpp754 auto IsAtEnd = [&TokenStream, &CurIdx] { in pasteTokens() local