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

/external/lldb/source/Expression/
H A DClangExpressionDeclMap.cpp1463 ClangASTType type_to_use = GuardedCopyType(var_clang_type); local
1465 if (!type_to_use)
1474 *parser_type = TypeFromParser(type_to_use);
1477 var_location.SetClangType(type_to_use);

Completed in 66 milliseconds