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

/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Expression/
H A DClangExpressionDeclMap.cpp956 const char *name_unique_cstr = name.GetCString(); local
958 if (name_unique_cstr == NULL)
971 if (name_unique_cstr[0] == '$' && !namespace_decl)
1224 if (!::strncmp(name_unique_cstr, "$__lldb", sizeof("$__lldb") - 1))
1294 valobj = frame->GetValueForVariableExpressionPath(name_unique_cstr,
H A DClangASTSource.cpp603 const char *name_unique_cstr = name.GetCString(); local
611 if (name_unique_cstr == NULL)
615 if (name_unique_cstr[0] == '$')

Completed in 51 milliseconds