Added "Decl::getCodyBody()", a virtual method that returns the root AST node...
Added "Decl::getCodyBody()", a virtual method that returns the root AST node (Stmt*) that the Decl wraps (if any). Currently this only returns a non-null value for FunctionDecl and ObjCMethodDecl. llvm-svn: 52552
Loading
Please register or sign in to comment