Code completion after @dynamic

llvm-svn: 89265
This commit is contained in:
Douglas Gregor
2009-11-18 22:56:13 +00:00
parent 108aadf972
commit 52e78bd992
5 changed files with 32 additions and 15 deletions

View File

@@ -2026,7 +2026,7 @@ void Sema::CodeCompleteObjCImplementationCategory(Scope *S,
HandleCodeCompleteResults(this, CodeCompleter, Results.data(),Results.size());
}
void Sema::CodeCompleteObjCPropertySynthesize(Scope *S, DeclPtrTy ObjCImpDecl) {
void Sema::CodeCompleteObjCPropertyDefinition(Scope *S, DeclPtrTy ObjCImpDecl) {
typedef CodeCompleteConsumer::Result Result;
ResultBuilder Results(*this);