Searched refs:copied_clang_type (Results 1 – 2 of 2) sorted by relevance
1967 CompilerType copied_clang_type = GuardedCopyType(ut); in AddContextClassType() local1971 if (!copied_clang_type) { in AddContextClassType()1978 if (copied_clang_type.IsAggregateType() && in AddContextClassType()1979 copied_clang_type.GetCompleteType()) { in AddContextClassType()1995 copied_clang_type.GetOpaqueQualType(), "$__lldb_expr", nullptr, in AddContextClassType()2002 ClangUtil::ToString(copied_clang_type), in AddContextClassType()2006 if (!copied_clang_type.IsValid()) in AddContextClassType()2010 QualType::getFromOpaquePtr(copied_clang_type.GetOpaqueQualType())); in AddContextClassType()2032 CompilerType copied_clang_type = GuardedCopyType(ut); in AddOneType() local2034 if (!copied_clang_type) { in AddOneType()[all …]
623 CompilerType copied_clang_type(GuardedCopyType(full_type)); in FindExternalVisibleDecls() local625 if (!copied_clang_type) { in FindExternalVisibleDecls()629 context.AddTypeDecl(copied_clang_type); in FindExternalVisibleDecls()