Searched refs:copied_clang_type (Results 1 - 2 of 2) sorted by relevance

/external/lldb/source/Expression/
H A DClangExpressionDeclMap.cpp1893 ClangASTType copied_clang_type = GuardedCopyType(ut); local
1895 if (!copied_clang_type)
1905 if (copied_clang_type.IsAggregateType() && copied_clang_type.GetCompleteType ())
1915 copied_clang_type.GetTypeQualifiers());
1924 copied_clang_type.AddMethodToCXXRecordType ("$__lldb_expr",
1935 return TypeFromParser(copied_clang_type);
1943 ClangASTType copied_clang_type = GuardedCopyType(ut); local
1945 if (!copied_clang_type)
1955 context.AddTypeDecl(copied_clang_type);
[all...]
H A DClangASTSource.cpp701 ClangASTType copied_clang_type (GuardedCopyType(full_type));
703 if (!copied_clang_type)
712 context.AddTypeDecl(copied_clang_type);
752 ClangASTType copied_clang_type (GuardedCopyType(types[0]));
754 if (!copied_clang_type)
763 context.AddTypeDecl(copied_clang_type);

Completed in 719 milliseconds