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(nullptr) { }
685 ObjCList<ObjCProtocolDecl> AllReferencedProtocols;
    [all...]
  /external/clang/lib/AST/
DeclPrinter.cpp 991 const ObjCList<ObjCProtocolDecl> &Protocols = OID->getReferencedProtocols();
993 for (ObjCList<ObjCProtocolDecl>::iterator I = Protocols.begin(),
1029 const ObjCList<ObjCProtocolDecl> &Protocols = PID->getReferencedProtocols();
1032 for (ObjCList<ObjCProtocolDecl>::iterator I = Protocols.begin(),
    [all...]
DeclObjC.cpp 577 const ObjCList<ObjCProtocolDecl> &Protocols =
579 for (ObjCList<ObjCProtocolDecl>::iterator I = Protocols.begin(),
    [all...]
  /external/clang/lib/Sema/
SemaCodeComplete.cpp     [all...]
SemaDeclObjC.cpp 678 const ObjCList<ObjCProtocolDecl> &PList) {
681 for (ObjCList<ObjCProtocolDecl>::iterator I = PList.begin(),
734 ObjCList<ObjCProtocolDecl> PList;
    [all...]
  /external/clang/lib/Rewrite/Frontend/
RewriteModernObjC.cpp 461 const ObjCList<ObjCProtocolDecl> &Prots,
    [all...]
RewriteObjC.cpp 337 virtual void RewriteObjCProtocolListMetaData(const ObjCList<ObjCProtocolDecl> &Prots,
539 const ObjCList<ObjCProtocolDecl> &Prots,
    [all...]
  /external/clang/lib/CodeGen/
CGObjCGNU.cpp     [all...]
  /external/clang/lib/ARCMigrate/
ObjCMT.cpp 564 const ObjCList<ObjCProtocolDecl> &Protocols = IDecl->getReferencedProtocols();
    [all...]
  /external/clang/lib/Serialization/
ASTWriterDecl.cpp 527 for (ObjCList<ObjCProtocolDecl>::iterator
    [all...]
  /external/clang/include/clang/Sema/
Sema.h 141 template <class T> class ObjCList;
    [all...]

Completed in 225 milliseconds