Searched refs:omit_empty_base_classes (Results 1 – 11 of 11) sorted by relevance
/external/lldb/source/Symbol/ |
D | ClangASTType.cpp | 2019 ClangASTType::GetNumChildren (bool omit_empty_base_classes) const in GetNumChildren() 2053 if (omit_empty_base_classes) in GetNumChildren() 2102 if (omit_empty_base_classes) in GetNumChildren() 2121 … num_pointee_children = ClangASTType (m_ast,pointee_type).GetNumChildren (omit_empty_base_classes); in GetNumChildren() 2143 … num_pointee_children = ClangASTType (m_ast,pointee_type).GetNumChildren (omit_empty_base_classes); in GetNumChildren() 2160 …num_pointee_children = ClangASTType (m_ast, pointee_type).GetNumChildren (omit_empty_base_classes); in GetNumChildren() 2171 …<TypedefType>(qual_type)->getDecl()->getUnderlyingType()).GetNumChildren (omit_empty_base_classes); in GetNumChildren() 2175 … (m_ast, cast<ElaboratedType>(qual_type)->getNamedType()).GetNumChildren (omit_empty_base_classes); in GetNumChildren() 2179 …angASTType (m_ast, cast<ParenType>(qual_type)->desugar()).GetNumChildren (omit_empty_base_classes); in GetNumChildren() 2898 bool omit_empty_base_classes, in GetChildClangTypeAtIndex() argument [all …]
|
D | Variable.cpp | 667 bool omit_empty_base_classes = true; in PrivateAutoComplete() local 668 if (clang_type.GetNumChildren (omit_empty_base_classes) > 0) in PrivateAutoComplete()
|
D | Type.cpp | 353 Type::GetNumChildren (bool omit_empty_base_classes) in GetNumChildren() argument 355 return GetClangForwardType().GetNumChildren(omit_empty_base_classes); in GetNumChildren()
|
D | ClangASTContext.cpp | 1768 …gASTContext::GetNumBaseClasses (const CXXRecordDecl *cxx_record_decl, bool omit_empty_base_classes) in GetNumBaseClasses() argument 1773 if (omit_empty_base_classes) in GetNumBaseClasses() 1781 if (omit_empty_base_classes) in GetNumBaseClasses()
|
/external/lldb/include/lldb/Symbol/ |
D | ClangASTType.h | 370 GetNumChildren (bool omit_empty_base_classes) const; 417 bool omit_empty_base_classes, 431 bool omit_empty_base_classes) const; 440 bool omit_empty_base_classes,
|
D | ClangASTContext.h | 228 bool omit_empty_base_classes); 233 bool omit_empty_base_classes);
|
D | Type.h | 131 GetNumChildren (bool omit_empty_base_classes);
|
/external/lldb/source/Core/ |
D | ValueObjectMemory.cpp | 155 const bool omit_empty_base_classes = true; in CalculateNumChildren() local 156 return m_clang_type.GetNumChildren (omit_empty_base_classes); in CalculateNumChildren()
|
D | ValueObjectConstResultImpl.cpp | 95 bool omit_empty_base_classes = true; in CreateChildAtIndex() local 115 omit_empty_base_classes, in CreateChildAtIndex()
|
D | ValueObjectVariable.cpp | 92 const bool omit_empty_base_classes = true; in CalculateNumChildren() local 93 return type.GetNumChildren(omit_empty_base_classes); in CalculateNumChildren()
|
D | ValueObject.cpp | 601 bool omit_empty_base_classes = true; in GetIndexOfChildWithName() local 602 return GetClangType().GetIndexOfChildWithName (name.GetCString(), omit_empty_base_classes); in GetIndexOfChildWithName() 618 bool omit_empty_base_classes = true; in GetChildMemberWithName() local 620 … omit_empty_base_classes, in GetChildMemberWithName() 695 bool omit_empty_base_classes = true; in CreateChildAtIndex() local 714 omit_empty_base_classes, in CreateChildAtIndex() 3714 bool omit_empty_base_classes = true; in Dereference() local 3734 omit_empty_base_classes, in Dereference()
|