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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DType.cpp219 case eEncodingIsTypedefUID:
280 case eEncodingIsTypedefUID:
353 case eEncodingIsTypedefUID: {
506 case eEncodingIsTypedefUID:
564 case eEncodingIsTypedefUID:
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DType.h76 eEncodingIsTypedefUID, ///< This type is pointer to a type whose UID is enumerator in enum:lldb_private::Type::EncodingDataType
131 bool IsTypedef() { return m_encoding_uid_type == eEncodingIsTypedefUID; }
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp574 lldb_private::Type::eEncodingIsTypedefUID, decl, ast_typedef,
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp1379 nullptr, target_type->GetID(), lldb_private::Type::eEncodingIsTypedefUID,
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp587 encoding_data_type = Type::eEncodingIsTypedefUID;
604 encoding_data_type == Type::eEncodingIsTypedefUID)) {

Completed in 146 milliseconds