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

Declarations

tools/clang/include/clang/Parse/Parser.h
 1574   void ParseObjCInterfaceDeclList(tok::ObjCKeywordKind contextKey,

References

tools/clang/lib/Parse/ParseObjc.cpp
  293     ParseObjCInterfaceDeclList(tok::objc_not_keyword, CategoryType);
  364   ParseObjCInterfaceDeclList(tok::objc_interface, ClsType);
 2081   ParseObjCInterfaceDeclList(tok::objc_protocol, ProtoType);