Searched defs:copied_clang_type (Results 1 - 1 of 1) 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...]

Completed in 78 milliseconds