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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DClangASTContext.cpp1201 bool has_name = !name.empty(); local
1205 has_name ? &ast.Idents.get(name) : nullptr);
1207 if (!has_name) {

Completed in 168 milliseconds