Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DSymbolFileOnDemand.cpp226 CompilerDecl parsed_decl = m_sym_file_impl->GetDeclForUID(type_uid); in GetDeclForUID() local
227 if (parsed_decl != CompilerDecl()) { in GetDeclForUID()
229 parsed_decl.GetName(), type_uid); in GetDeclForUID()