HomeSort by relevance Sort by last modified time
    Searched refs:ObjCList (Results 1 - 11 of 11) sorted by null

  /external/clang/include/clang/AST/
DeclObjC.h 53 /// ObjCList - This is a simple template class used to hold various lists of
58 class ObjCList : public ObjCListBase {
76 class ObjCProtocolList : public ObjCList<ObjCProtocolDecl> {
79 using ObjCList<ObjCProtocolDecl>::set;
82 ObjCProtocolList() : ObjCList<ObjCProtocolDecl>(), Locations(0) { }
643 ObjCList<ObjCProtocolDecl> AllReferencedProtocols;
799 typedef ObjCList<ObjCProtocolDecl>::iterator all_protocol_iterator;
    [all...]
  /external/clang/lib/AST/
DeclPrinter.cpp 988 const ObjCList<ObjCProtocolDecl> &Protocols = OID->getReferencedProtocols();
990 for (ObjCList<ObjCProtocolDecl>::iterator I = Protocols.begin(),
1026 const ObjCList<ObjCProtocolDecl> &Protocols = PID->getReferencedProtocols();
1029 for (ObjCList<ObjCProtocolDecl>::iterator I = Protocols.begin(),
    [all...]
DeclObjC.cpp 495 const ObjCList<ObjCProtocolDecl> &Protocols =
497 for (ObjCList<ObjCProtocolDecl>::iterator I = Protocols.begin(),
    [all...]
  /external/clang/lib/Sema/
SemaCodeComplete.cpp     [all...]
SemaDeclObjC.cpp 647 const ObjCList<ObjCProtocolDecl> &PList) {
650 for (ObjCList<ObjCProtocolDecl>::iterator I = PList.begin(),
703 ObjCList<ObjCProtocolDecl> PList;
    [all...]
  /external/clang/lib/ARCMigrate/
ObjCMT.cpp 377 const ObjCList<ObjCProtocolDecl> &Protocols = IDecl->getReferencedProtocols();
  /external/clang/lib/CodeGen/
CGObjCGNU.cpp     [all...]
  /external/clang/lib/Rewrite/Frontend/
RewriteObjC.cpp 336 virtual void RewriteObjCProtocolListMetaData(const ObjCList<ObjCProtocolDecl> &Prots,
531 const ObjCList<ObjCProtocolDecl> &Prots,
    [all...]
RewriteModernObjC.cpp 447 const ObjCList<ObjCProtocolDecl> &Prots,
    [all...]
  /external/clang/lib/Serialization/
ASTWriterDecl.cpp 503 for (ObjCList<ObjCProtocolDecl>::iterator
    [all...]
  /external/clang/include/clang/Sema/
Sema.h 136 template <class T> class ObjCList;
    [all...]

Completed in 440 milliseconds