reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Parse/ParseObjc.cpp
 2173     ObjCImpDecl = Actions.ActOnStartCategoryImplementation(
 2187     ObjCImpDecl = Actions.ActOnStartClassImplementation(
 2191       ParseObjCClassInstanceVariables(ObjCImpDecl, tok::objc_private, AtLoc);
 2205   assert(ObjCImpDecl);
 2210     ObjCImplParsingDataRAII ObjCImplParsing(*this, ObjCImpDecl);
 2221   return Actions.ActOnFinishObjCImplementation(ObjCImpDecl, DeclsInGroup);