Change DeclContextFindDeclByName to return a vector of CompilerDecl objects....
Change DeclContextFindDeclByName to return a vector of CompilerDecl objects. Opaque pointers should only be used for the decl context object. Also made a default implementation so that GoASTContext doesn't need to override DeclContextFindDeclByName. llvm-svn: 255038
Loading
Please sign in to comment