Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DType.cpp342 case eEncodingIsTypedefUID: in GetDescription()
406 case eEncodingIsTypedefUID: in Dump()
463 case eEncodingIsTypedefUID: { in GetByteSize()
607 case eEncodingIsTypedefUID: in ResolveCompilerType()
672 case eEncodingIsTypedefUID: in ResolveCompilerType()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DType.h398 eEncodingIsTypedefUID, enumerator
458 bool IsTypedef() { return m_encoding_uid_type == eEncodingIsTypedefUID; } in IsTypedef()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp586 target_type->GetID(), lldb_private::Type::eEncodingIsTypedefUID, decl, in CreateLLDBTypeFromPDBType()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp691 encoding_data_type = Type::eEncodingIsTypedefUID; in ParseTypeModifier()
712 encoding_data_type == Type::eEncodingIsTypedefUID)) { in ParseTypeModifier()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp1904 nullptr, target_type->GetID(), lldb_private::Type::eEncodingIsTypedefUID, in CreateTypedef()