reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
25 virtual Optional<TypeIndex> getFirst() = 0;
80 Optional<TypeIndex> getFirst() override;
27 Optional<TypeIndex> TI = Types.getFirst();
tools/lldb/source/Plugins/SymbolFile/NativePDB/PdbAstBuilder.cpp 284 for (auto ti = types.getFirst(); ti; ti = types.getNext(*ti)) {
tools/lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp 1292 for (auto ti = types.getFirst(); ti; ti = types.getNext(*ti)) {
tools/llvm-pdbutil/DumpOutputStyle.cpp705 for (Optional<TypeIndex> TI = Types.getFirst(); TI; TI = Types.getNext(*TI)) { 1622 for (Optional<TypeIndex> TI = Types.getFirst(); TI; TI = Types.getNext(*TI)) {tools/llvm-pdbutil/TypeReferenceTracker.cpp
25 for (Optional<TypeIndex> TI = Types.getFirst(); TI; TI = Types.getNext(*TI))