aboutsummaryrefslogtreecommitdiff
path: root/include/clang/AST/DeclObjC.h
AgeCommit message (Expand)Author
2009-07-29Add ObjCMethodDecl::isThisDeclarationADefinition().Argyrios Kyrtzidis
2009-07-28Implement ObjCMethodDecl::getCanonicalDecl().Argyrios Kyrtzidis
2009-07-28-Add ObjCCategoryImplDecl::getCategoryClass() which returns the category inte...Argyrios Kyrtzidis
2009-07-27Make ObjCImplDecl inherit from ObjCContainerDecl.Argyrios Kyrtzidis
2009-07-25Refactor ObjCImplDecl::getInstanceMethod/getClassMethod into oneArgyrios Kyrtzidis
2009-07-25Refactor ObjCInterfaceDecl::lookupInstanceMethod/lookupClassMethod into oneArgyrios Kyrtzidis
2009-07-25Refactor ObjCProtocolDecl::lookupInstanceMethod/lookupClassMethod into oneArgyrios Kyrtzidis
2009-07-25Refactor ObjCContainerDecl::getInstanceMethod/getClassMethod into oneArgyrios Kyrtzidis
2009-07-21Implement the virtual getNextRedeclaration() for ObjCMethodDecl.Argyrios Kyrtzidis
2009-07-21Remove the ObjCCategoryImpls vector from Sema class.Argyrios Kyrtzidis
2009-07-21- Introduce ASTContext::getObjCImplementation() and ASTContext::setObjCImplem...Argyrios Kyrtzidis
2009-07-18Set ObjCMethodDecl's EndLoc to the '}' when it's a definition.Argyrios Kyrtzidis
2009-07-18Add getSourceRange() methods for ObjC Decls.Argyrios Kyrtzidis
2009-07-17ObjCCategoryImplDecl and ObjCImplementation do not derive directly from DeclC...Argyrios Kyrtzidis
2009-06-30De-ASTContext-ify DeclContext.Argyrios Kyrtzidis
2009-06-30Remove the ASTContext parameter from the getBody() methods of Decl and subcla...Argyrios Kyrtzidis
2009-06-05Use of DeclContext for objc's ivars. No functionalityFariborz Jahanian
2009-05-22(Next runtime only) check to see if class implements forwardInvocation method Fariborz Jahanian
2009-04-26Implement function-try-blocks. However, there's a very subtle bug that I can'...Sebastian Redl
2009-04-24PCH support for the global method pool (= instance and factory methodDouglas Gregor
2009-04-24Eliminate Sema::ObjCImplementations, relying instead on name lookup. What's g...Douglas Gregor
2009-04-23PCH (de-)serialization of the protocols in an ObjCInterfaceDeclDouglas Gregor
2009-04-23PCH support for ObjCPropertyImplDeclDouglas Gregor
2009-04-23The ivars in an ObjCImplementationDecl are now stored in theDouglas Gregor
2009-04-23PCH support for ObjCCategoryImplDecl (which can't be tested now).Douglas Gregor
2009-04-23PCH (de-)serialization for ObjCImplDecl. This can't be tested yet.Douglas Gregor
2009-04-23Eliminate the three SmallVectors in ObjCImplDecl (for instanceDouglas Gregor
2009-04-22PCH support for Objective-C property declarations (UNTESTED!)Douglas Gregor
2009-04-22Remove lookupFieldDeclFromIvar from ObjCIvarDecl interface.Daniel Dunbar
2009-04-22Mark another TypeForDecl const and make getObjCInterfaceType's argument const.Daniel Dunbar
2009-04-21Add pch reader/writer support for most of DeclObjC.h. Very close to reading/w...Steve Naroff
2009-04-20Fix spelling error.Steve Naroff
2009-04-20Add pch reader/writer support for ObjCContainerDecl, ObjCInterfaceDecl, & Obj...Steve Naroff
2009-04-20Add pch reader/writer support for ObjCMethodDecl.Steve Naroff
2009-04-20Remove non-const form of lookupFieldDeclForIvar.Daniel Dunbar
2009-04-18Add functions for iterating over the argument types of an ObjCMethodDecl.Anders Carlsson
2009-04-18FunctionDecl::getBody() is getting an ASTContext argument for use inDouglas Gregor
2009-04-09Propagate the ASTContext to various AST traversal and lookup functions.Douglas Gregor
2009-03-31add a const version of the lookupFieldDeclForIvar method.Chris Lattner
2009-03-31fe support for objc2's nonfragile-abi synthesized ivars.Fariborz Jahanian
2009-03-30Added new info to property impl. AST node to supportFariborz Jahanian
2009-03-21Issue error if variables are defined inside an objc class,Fariborz Jahanian
2009-03-18objc: Implemented variables declared in class interface Fariborz Jahanian
2009-03-12Add file I forgot to commit in previous commit.Ted Kremenek
2009-03-01Fix <rdar://problem/6619539> incompatible pointer types sending 'XCElementSpa...Steve Naroff
2009-03-01"This patch uses the new ObjCImplDecl class to merge Sema::ImplMethodsVsClas...Chris Lattner
2009-02-28"This patch addresses two FIXME on ObjCCategoryImplDecl:Chris Lattner
2009-02-20add plumbing to get ASTContext& down to allocation/deallocation points in Obj...Chris Lattner
2009-02-20newly factored, we can now move the set and destroy methods out of line.Chris Lattner
2009-02-20factor a bunch of common code out of the ObjCList template classChris Lattner