Searched refs:GuardedCopyType (Results 1 - 3 of 3) sorted by relevance

/external/lldb/include/lldb/Expression/
H A DClangASTSource.h408 GuardedCopyType (const ClangASTType &src_type);
/external/lldb/source/Expression/
H A DClangExpressionDeclMap.cpp1463 ClangASTType type_to_use = GuardedCopyType(var_clang_type);
1571 TypeFromParser parser_type (GuardedCopyType(user_type));
1794 ClangASTType copied_function_type = GuardedCopyType(function_clang_type);
1893 ClangASTType copied_clang_type = GuardedCopyType(ut);
1943 ClangASTType copied_clang_type = GuardedCopyType(ut);
H A DClangASTSource.cpp701 ClangASTType copied_clang_type (GuardedCopyType(full_type));
752 ClangASTType copied_clang_type (GuardedCopyType(types[0]));
1687 ClangASTSource::GuardedCopyType (const ClangASTType &src_type) function in class:ClangASTSource

Completed in 41 milliseconds