Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp1169 CompilerType copied_func_type = GuardedCopyType(func_clang_type); in SearchFunctionsInSymbolContexts()
1513 CompilerType type_to_use = GuardedCopyType(var_clang_type); in GetVariableValue()
1616 TypeFromParser parser_type = GuardedCopyType(user_type); in AddOneVariable()
1679 TypeFromParser parser_type(GuardedCopyType(user_type)); in AddOneVariable()
1888 CompilerType copied_function_type = GuardedCopyType(function_clang_type); in AddOneFunction()
1967 CompilerType copied_clang_type = GuardedCopyType(ut); in AddContextClassType()
2032 CompilerType copied_clang_type = GuardedCopyType(ut); in AddOneType()
H A DClangASTSource.h315 CompilerType GuardedCopyType(const CompilerType &src_type);
H A DClangASTSource.cpp623 CompilerType copied_clang_type(GuardedCopyType(full_type)); in FindExternalVisibleDecls()
1478 CompilerType ClangASTSource::GuardedCopyType(const CompilerType &src_type) { in GuardedCopyType() function in ClangASTSource