clayborg added a comment.

Above I meant to say I don't understand what the "else if (find_name)" does. I 
understand the rest of it. So in the "else if (find_name)" we are looking for 
any decl, regardless of wether it matches "opaque_find_decl_ctx" as long as the 
name and type are correct? Again if I understand it correctly, these should be 
two different searches. One for find the depth of this within this decl 
context, and the other being find all decls by name within an decl context 
(which we already have), and then check to see if those decls match in kind and 
type.


Repository:
  rL LLVM

http://reviews.llvm.org/D15312



_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to