OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_clang_ast_type
(Results
1 - 2
of
2
) sorted by null
/external/lldb/include/lldb/Symbol/
Type.h
381
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
...]
/external/lldb/source/Symbol/
Type.cpp
914
m_clang_ast_type
(clang_ast_type),
920
m_clang_ast_type
(type->GetClangForwardType()),
930
m_clang_ast_type
= type_sp->GetClangForwardType();
935
m_clang_ast_type
.Clear();
945
m_clang_ast_type
= rhs.
m_clang_ast_type
;
957
return
m_clang_ast_type
.GetASTContext();
966
return
m_clang_ast_type
.GetOpaqueQualType();
973
if (
m_clang_ast_type
.IsValid())
975
m_clang_ast_type
.DumpTypeDescription (&strm)
[
all
...]
Completed in 30 milliseconds