Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/
H A DYAMLParser.h453 bool IsAtEnd = false; variable
510 bool IsAtEnd = false; variable
/freebsd-src/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaInternal.h257 iterator(NamespaceSpecifierSet & Set,bool IsAtEnd) iterator() argument
/freebsd-src/contrib/llvm-project/clang/lib/Lex/
H A DTokenLexer.cpp753 auto IsAtEnd = [&TokenStream, &CurIdx] { in pasteTokens() local