Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/lldb/source/Expression/
DClangExpressionDeclMap.cpp1548 ClangASTType type_to_use = GuardedCopyType(var_clang_type); in GetVariableValue()
1658 TypeFromParser parser_type (GuardedCopyType(user_type)); in AddOneVariable()
1881 ClangASTType copied_function_type = GuardedCopyType(function_clang_type); in AddOneFunction()
1980 ClangASTType copied_clang_type = GuardedCopyType(ut); in CopyClassType()
2030 ClangASTType copied_clang_type = GuardedCopyType(ut); in AddOneType()
DClangASTSource.cpp705 ClangASTType copied_clang_type (GuardedCopyType(full_type)); in FindExternalVisibleDecls()
756 ClangASTType copied_clang_type (GuardedCopyType(types[0])); in FindExternalVisibleDecls()
1697 ClangASTSource::GuardedCopyType (const ClangASTType &src_type) in GuardedCopyType() function in ClangASTSource
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Expression/
DClangASTSource.h408 GuardedCopyType (const ClangASTType &src_type);