Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Symbol/
H A DType.cpp218 case eEncodingIsTypedefUID: in GetDescription()
279 case eEncodingIsTypedefUID: in Dump()
358 case eEncodingIsTypedefUID: { in GetByteSize()
519 case eEncodingIsTypedefUID: in ResolveCompilerType()
577 case eEncodingIsTypedefUID: in ResolveCompilerType()
/openbsd-src/gnu/llvm/lldb/include/lldb/Symbol/
H A DType.h85 eEncodingIsTypedefUID, enumerator
143 bool IsTypedef() { return m_encoding_uid_type == eEncodingIsTypedefUID; } in IsTypedef()
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp588 target_type->GetID(), lldb_private::Type::eEncodingIsTypedefUID, decl, in CreateLLDBTypeFromPDBType()
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp616 encoding_data_type = Type::eEncodingIsTypedefUID; in ParseTypeModifier()
633 encoding_data_type == Type::eEncodingIsTypedefUID)) { in ParseTypeModifier()
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp1889 nullptr, target_type->GetID(), lldb_private::Type::eEncodingIsTypedefUID, in CreateTypedef()