HomeSort by relevance Sort by last modified time
    Searched defs:ObjCProtocolDecl (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/AST/
DeclObjC.cpp 37 void ObjCProtocolList::set(ObjCProtocolDecl* const* InList, unsigned Elts,
72 if (const ObjCProtocolDecl *Proto = dyn_cast<ObjCProtocolDecl>(this)) {
73 if (const ObjCProtocolDecl *Def = Proto->getDefinition())
146 if (const ObjCProtocolDecl *PD = dyn_cast<ObjCProtocolDecl>(this))
158 if (const ObjCProtocolDecl *Proto = dyn_cast<ObjCProtocolDecl>(DC)) {
159 if (const ObjCProtocolDecl *Def = Proto->getDefinition())
197 if (const ObjCProtocolDecl *Proto = dyn_cast<ObjCProtocolDecl>(this))
    [all...]
  /external/clang/include/clang/AST/
DeclObjC.h 29 class ObjCProtocolDecl;
76 class ObjCProtocolList : public ObjCList<ObjCProtocolDecl> {
79 using ObjCList<ObjCProtocolDecl>::set;
82 ObjCProtocolList() : ObjCList<ObjCProtocolDecl>(), Locations(nullptr) { }
88 void set(ObjCProtocolDecl* const* InList, unsigned Elts,
692 /// ObjCProtocolDecl, and ObjCImplDecl.
785 typedef llvm::DenseMap<const ObjCProtocolDecl *, ObjCPropertyDecl*>
    [all...]

Completed in 55 milliseconds