Home
last modified time | relevance | path

Searched refs:method_ct (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/
H A DUdtRecordCompleter.cpp96 CompilerType method_ct = m_ast_builder.ToCompilerType(method_qt); in AddMethod() local
97 TypeSystemClang::RequireCompleteType(method_ct); in AddMethod()
102 if (iter->getSecond().contains({name, method_ct})) { in AddMethod()
111 derived_opaque_ty, name.data(), nullptr, method_ct, in AddMethod()
115 m_cxx_record_map[derived_opaque_ty].insert({name, method_ct}); in AddMethod()