HomeSort by relevance Sort by last modified time
    Searched refs:ObjCList (Results 1 - 10 of 10) 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) { }
637 ObjCList<ObjCProtocolDecl> AllReferencedProtocols;
793 typedef ObjCList<ObjCProtocolDecl>::iterator all_protocol_iterator;
    [all...]
  /external/clang/lib/AST/
DeclPrinter.cpp 965 const ObjCList<ObjCProtocolDecl> &Protocols = OID->getReferencedProtocols();
967 for (ObjCList<ObjCProtocolDecl>::iterator I = Protocols.begin(),
1002 const ObjCList<ObjCProtocolDecl> &Protocols = PID->getReferencedProtocols();
1005 for (ObjCList<ObjCProtocolDecl>::iterator I = Protocols.begin(),
    [all...]
DeclObjC.cpp 413 const ObjCList<ObjCProtocolDecl> &Protocols =
415 for (ObjCList<ObjCProtocolDecl>::iterator I = Protocols.begin(),
    [all...]
  /external/clang/lib/Sema/
SemaCodeComplete.cpp     [all...]
SemaDeclObjC.cpp 624 const ObjCList<ObjCProtocolDecl> &PList) {
627 for (ObjCList<ObjCProtocolDecl>::iterator I = PList.begin(),
680 ObjCList<ObjCProtocolDecl> PList;
    [all...]
  /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 493 for (ObjCList<ObjCProtocolDecl>::iterator
    [all...]
  /external/clang/include/clang/Sema/
Sema.h 130 template <class T> class ObjCList;
    [all...]

Completed in 208 milliseconds