Searched defs:getNext (Results 1 - 25 of 42) sorted by relevance

12

/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIAEnumFrameData.cpp32 std::unique_ptr<IPDBFrameData> DIAEnumFrameData::getNext() { function in class:DIAEnumFrameData
H A DDIAEnumInjectedSources.cpp34 std::unique_ptr<IPDBInjectedSource> DIAEnumInjectedSources::getNext() { function in class:DIAEnumInjectedSources
H A DDIAEnumLineNumbers.cpp34 std::unique_ptr<IPDBLineNumber> DIAEnumLineNumbers::getNext() { function in class:DIAEnumLineNumbers
H A DDIADataStream.cpp41 bool DIADataStream::getNext(RecordType &Record) { function in class:DIADataStream
H A DDIAEnumDebugStreams.cpp37 std::unique_ptr<IPDBDataStream> DIAEnumDebugStreams::getNext() { function in class:DIAEnumDebugStreams
H A DDIAEnumSectionContribs.cpp36 std::unique_ptr<IPDBSectionContrib> DIAEnumSectionContribs::getNext() { function in class:DIAEnumSectionContribs
H A DDIAEnumSourceFiles.cpp34 std::unique_ptr<IPDBSourceFile> DIAEnumSourceFiles::getNext() { function in class:DIAEnumSourceFiles
H A DDIAEnumSymbols.cpp36 std::unique_ptr<PDBSymbol> DIAEnumSymbols::getNext() { function in class:DIAEnumSymbols
H A DDIAEnumTables.cpp35 std::unique_ptr<IPDBTable> DIAEnumTables::getNext() { function in class:DIAEnumTables
/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeEnumGlobals.cpp50 std::unique_ptr<PDBSymbol> NativeEnumGlobals::getNext() { function in class:NativeEnumGlobals
H A DNativeEnumModules.cpp34 std::unique_ptr<PDBSymbol> NativeEnumModules::getNext() { function in class:llvm::pdb::NativeEnumModules
H A DNativeEnumTypes.cpp66 std::unique_ptr<PDBSymbol> NativeEnumTypes::getNext() { function in class:NativeEnumTypes
H A DNativeEnumInjectedSources.cpp112 std::unique_ptr<IPDBInjectedSource> NativeEnumInjectedSources::getNext() { function in class:llvm::pdb::NativeEnumInjectedSources
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSchedulerRegistry.h48 RegisterScheduler *getNext() const { function in class:llvm::RegisterScheduler
H A DRegAllocRegistry.h43 SubClass *getNext() const { function in class:llvm::RegisterRegAllocBase
/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeTableCollection.cpp29 Optional<TypeIndex> TypeTableCollection::getNext(TypeIndex Prev) { function in class:TypeTableCollection
H A DGlobalTypeTableBuilder.cpp48 Optional<TypeIndex> GlobalTypeTableBuilder::getNext(TypeIndex Prev) { function in class:GlobalTypeTableBuilder
H A DAppendingTypeTableBuilder.cpp46 Optional<TypeIndex> AppendingTypeTableBuilder::getNext(TypeIndex Prev) { function in class:AppendingTypeTableBuilder
H A DLazyRandomTypeCollection.cpp213 Optional<TypeIndex> LazyRandomTypeCollection::getNext(TypeIndex Prev) { function in class:LazyRandomTypeCollection
H A DMergingTypeTableBuilder.cpp48 Optional<TypeIndex> MergingTypeTableBuilder::getNext(TypeIndex Prev) { function in class:MergingTypeTableBuilder
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A Dilist_node_base.h29 ilist_node_base *getNext() const { return Next; } function in class:llvm::ilist_node_base
43 ilist_node_base *getNext() const { return Next; } function in class:llvm::ilist_node_base
H A Dilist_node.h65 ilist_node_impl *getNext() { function in class:llvm::ilist_node_impl
73 const ilist_node_impl *getNext() const { function in class:llvm::ilist_node_impl
193 static ilist_node_impl<OptionsT> *getNext(ilist_node_impl<OptionsT> &N) { function in struct:llvm::ilist_detail::NodeAccess
205 getNext(const ilist_node_impl<OptionsT> &N) { function in struct:llvm::ilist_detail::NodeAccess
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DObjCMethodList.h45 ObjCMethodList *getNext() const { return NextAndExtraBits.getPointer(); } function in struct:clang::ObjCMethodList
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Object/
H A DTapiUniversal.h36 ObjectForArch getNext() const { return ObjectForArch(Parent, Index + 1); } function in class:llvm::object::TapiUniversal::ObjectForArch
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DArrayRecycler.h92 Capacity getNext() const { return Capacity(Index + 1); } function in class:llvm::ArrayRecycler::Capacity

Completed in 206 milliseconds

12