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

Declarations

tools/clang/include/clang/Parse/Parser.h
 1602   DeclGroupPtrTy ParseObjCAtImplementationDeclaration(SourceLocation AtLoc,

References

tools/clang/lib/Parse/ParseObjc.cpp
   67     return ParseObjCAtImplementationDeclaration(AtLoc, Attrs);
tools/clang/lib/Parse/Parser.cpp
 1079       return ParseObjCAtImplementationDeclaration(AtLoc, DS.getAttributes());