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

12

/freebsd-current/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeEnumLineNumbers.cpp36 std::unique_ptr<IPDBLineNumber> NativeEnumLineNumbers::getNext() { function in class:NativeEnumLineNumbers
H A DNativeEnumSymbols.cpp37 std::unique_ptr<PDBSymbol> NativeEnumSymbols::getNext() { function in class:NativeEnumSymbols
H A DNativeEnumGlobals.cpp52 std::unique_ptr<PDBSymbol> NativeEnumGlobals::getNext() { function in class:NativeEnumGlobals
H A DNativeEnumModules.cpp31 std::unique_ptr<PDBSymbol> NativeEnumModules::getNext() { function in class:llvm::pdb::NativeEnumModules
H A DNativeEnumTypes.cpp68 std::unique_ptr<PDBSymbol> NativeEnumTypes::getNext() { function in class:NativeEnumTypes
H A DNativeEnumInjectedSources.cpp115 std::unique_ptr<IPDBInjectedSource> NativeEnumInjectedSources::getNext() { function in class:llvm::pdb::NativeEnumInjectedSources
/freebsd-current/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
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 DDIAEnumFrameData.cpp32 std::unique_ptr<IPDBFrameData> DIAEnumFrameData::getNext() { function in class:DIAEnumFrameData
H A DDIAEnumDebugStreams.cpp37 std::unique_ptr<IPDBDataStream> DIAEnumDebugStreams::getNext() { function in class:DIAEnumDebugStreams
H A DDIAEnumSymbols.cpp36 std::unique_ptr<PDBSymbol> DIAEnumSymbols::getNext() { function in class:DIAEnumSymbols
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 DDIAEnumTables.cpp35 std::unique_ptr<IPDBTable> DIAEnumTables::getNext() { function in class:DIAEnumTables
H A DDIADataStream.cpp41 bool DIADataStream::getNext(RecordType &Record) { function in class:DIADataStream
/freebsd-current/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSchedulerRegistry.h48 RegisterScheduler *getNext() const { function in class:llvm::RegisterScheduler
H A DRegAllocRegistry.h44 SubClass *getNext() const { function in class:llvm::RegisterRegAllocBase
/freebsd-current/contrib/llvm-project/clang/include/clang/Sema/
H A DObjCMethodList.h45 ObjCMethodList *getNext() const { return NextAndExtraBits.getPointer(); } function in struct:clang::ObjCMethodList
/freebsd-current/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
/freebsd-current/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeTableCollection.cpp30 std::optional<TypeIndex> TypeTableCollection::getNext(TypeIndex Prev) { function in class:TypeTableCollection
H A DGlobalTypeTableBuilder.cpp41 std::optional<TypeIndex> GlobalTypeTableBuilder::getNext(TypeIndex Prev) { function in class:GlobalTypeTableBuilder
H A DAppendingTypeTableBuilder.cpp39 std::optional<TypeIndex> AppendingTypeTableBuilder::getNext(TypeIndex Prev) { function in class:AppendingTypeTableBuilder
/freebsd-current/contrib/llvm-project/llvm/include/llvm/IR/
H A DUse.h82 Use *getNext() const { return Next; } function in class:llvm::Use
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Support/
H A DArrayRecycler.h92 Capacity getNext() const { return Capacity(Index + 1); } function in class:llvm::ArrayRecycler::Capacity
/freebsd-current/contrib/llvm-project/llvm/lib/Support/
H A DOptimizedStructLayout.cpp250 static Field *getNext(Field *Cur) { function in struct:AlignmentQueue

Completed in 187 milliseconds

12