Searched defs:m_clang_ast_type (Results 1 - 1 of 1) sorted by relevance

/external/lldb/include/lldb/Symbol/
H A DType.h381 m_clang_ast_type(),
387 m_clang_ast_type(rhs.m_clang_ast_type),
402 return m_clang_ast_type == rhs.m_clang_ast_type && m_type_sp.get() == rhs.m_type_sp.get();
408 return m_clang_ast_type != rhs.m_clang_ast_type || m_type_sp.get() != rhs.m_type_sp.get();
414 return m_type_sp.get() != NULL || m_clang_ast_type.IsValid();
420 return m_clang_ast_type;
446 ClangASTType m_clang_ast_type; member in class:lldb_private::TypeImpl
[all...]

Completed in 76 milliseconds