Home
last modified time | relevance | path

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

/llvm-project/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/llvm/include/llvm/ADT/
H A Dfallible_iterator.h200 bool isEnd() const { return getErrPtr() == nullptr; } in isEnd() function
H A DSparseMultiSet.h238 bool isEnd() const { in isEnd() function
/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DDbiModuleList.cpp133 bool DbiModuleSourceFilesIterator::isEnd() const { isEnd() function in DbiModuleSourceFilesIterator
[all...]
H A DInputFile.cpp545 bool SymbolGroupIterator::isEnd() const { in isEnd() function in SymbolGroupIterator
/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DHashTable.h90 bool isEnd() const { return IsEnd; } in isEnd() function
/llvm-project/clang/lib/AST/
H A DCommentParser.cpp52 bool isEnd() const { in isEnd() function in clang::comments::TextTokenRetokenizer
[all...]
H A DASTDiagnostic.cpp1008 bool isEnd() const { isEnd() function
1096 bool isEnd() const { isEnd() function in __anoned0faff10111::TemplateDiff::TSTiterator
[all...]
/llvm-project/clang/include/clang/AST/
H A DDeclTemplate.h768 makeSpecIterator(llvm::FoldingSetVector<EntryType> & Specs,bool isEnd) makeSpecIterator() argument
/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.h288 bool isEnd() const { return Offset == EndMarker; } in isEnd() function