Searched refs:GuardedCopyType (Results 1 – 3 of 3) sorted by relevance
1171 CompilerType copied_func_type = GuardedCopyType(func_clang_type); in SearchFunctionsInSymbolContexts()1518 CompilerType type_to_use = GuardedCopyType(var_clang_type); in GetVariableValue()1621 TypeFromParser parser_type = GuardedCopyType(user_type); in AddOneVariable()1684 TypeFromParser parser_type(GuardedCopyType(user_type)); in AddOneVariable()1893 CompilerType copied_function_type = GuardedCopyType(function_clang_type); in AddOneFunction()1972 CompilerType copied_clang_type = GuardedCopyType(ut); in AddContextClassType()2037 CompilerType copied_clang_type = GuardedCopyType(ut); in AddOneType()
315 CompilerType GuardedCopyType(const CompilerType &src_type);
624 CompilerType copied_clang_type(GuardedCopyType(full_type)); in FindExternalVisibleDecls()1717 CompilerType ClangASTSource::GuardedCopyType(const CompilerType &src_type) { in GuardedCopyType() function in ClangASTSource