Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Symbol/
H A DType.cpp217 case eEncodingIsTypedefUID: in GetDescription()
278 case eEncodingIsTypedefUID: in Dump()
353 case eEncodingIsTypedefUID: { in GetByteSize()
509 case eEncodingIsTypedefUID: in ResolveCompilerType()
565 case eEncodingIsTypedefUID: in ResolveCompilerType()
/llvm-project-15.0.7/lldb/include/lldb/Symbol/
H A DType.h83 eEncodingIsTypedefUID, enumerator
146 bool IsTypedef() { return m_encoding_uid_type == eEncodingIsTypedefUID; } in IsTypedef()
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp582 lldb_private::Type::eEncodingIsTypedefUID, decl, ast_typedef, in CreateLLDBTypeFromPDBType()
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp630 encoding_data_type = Type::eEncodingIsTypedefUID; in ParseTypeModifier()
647 encoding_data_type == Type::eEncodingIsTypedefUID)) { in ParseTypeModifier()
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp1759 lldb_private::Type::eEncodingIsTypedefUID, decl, in CreateTypedef()