Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
HDType.cpp219 case eEncodingIsTypedefUID: in GetDescription()
280 case eEncodingIsTypedefUID: in Dump()
353 case eEncodingIsTypedefUID: { in GetByteSize()
506 case eEncodingIsTypedefUID: in ResolveClangType()
564 case eEncodingIsTypedefUID: in ResolveClangType()
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
HDType.h76 eEncodingIsTypedefUID, ///< This type is pointer to a type whose UID is enumerator
131 bool IsTypedef() { return m_encoding_uid_type == eEncodingIsTypedefUID; } in IsTypedef()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
HDPDBASTParser.cpp574 lldb_private::Type::eEncodingIsTypedefUID, decl, ast_typedef, in CreateLLDBTypeFromPDBType()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
HDDWARFASTParserClang.cpp587 encoding_data_type = Type::eEncodingIsTypedefUID; in ParseTypeModifier()
604 encoding_data_type == Type::eEncodingIsTypedefUID)) { in ParseTypeModifier()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
HDSymbolFileNativePDB.cpp1379 nullptr, target_type->GetID(), lldb_private::Type::eEncodingIsTypedefUID, in CreateTypedef()