Home
last modified time | relevance | path

Searched defs:isEnd (Results 1 – 10 of 10) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/MCA/
H A DIncrementalSourceMgr.h62 bool isEnd() const override { return EOS; } in isEnd() function
H A DSourceMgr.h75 bool isEnd() const override { return !hasNext(); } in isEnd() function
/llvm-project-15.0.7/llvm/include/llvm/ADT/
H A Dfallible_iterator.h200 bool isEnd() const { return getErrPtr() == nullptr; } in isEnd() function
H A DSparseMultiSet.h239 bool isEnd() const { in isEnd() function
/llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/Native/
H A DDbiModuleList.cpp133 bool DbiModuleSourceFilesIterator::isEnd() const { in isEnd() function in DbiModuleSourceFilesIterator
H A DInputFile.cpp544 bool SymbolGroupIterator::isEnd() const { in isEnd() function in SymbolGroupIterator
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/PDB/Native/
H A DHashTable.h90 bool isEnd() const { return IsEnd; } in isEnd() function
/llvm-project-15.0.7/clang/lib/AST/
H A DCommentParser.cpp52 bool isEnd() const { in isEnd() function in clang::comments::TextTokenRetokenizer
H A DASTDiagnostic.cpp1008 bool isEnd() const { in isEnd() function
1096 bool isEnd() const { in isEnd() function in __anon9cc2dc2e0111::TemplateDiff::TSTiterator
/llvm-project-15.0.7/clang/include/clang/AST/
H A DDeclTemplate.h816 makeSpecIterator(llvm::FoldingSetVector<EntryType> &Specs, bool isEnd) { in makeSpecIterator()