HomeSort by: relevance | last modified time | path
    Searched defs:ObjCProtocolDecl (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/AST/
DeclObjC.cpp 54 void ObjCProtocolList::set(ObjCProtocolDecl* const* InList, unsigned Elts,
96 if (const auto *Proto = dyn_cast<ObjCProtocolDecl>(this)) {
97 if (const ObjCProtocolDecl *Def = Proto->getDefinition())
170 if (const auto *PD = dyn_cast<ObjCProtocolDecl>(this))
183 if (const auto *Proto = dyn_cast<ObjCProtocolDecl>(DC)) {
184 if (const ObjCProtocolDecl *Def = Proto->getDefinition())
241 if (const auto *Proto = dyn_cast<ObjCProtocolDecl>(this)) {
242 if (const ObjCProtocolDecl *Def = Proto->getDefinition())
265 const auto *PID = cast<ObjCProtocolDecl>(this);
435 ObjCProtocolDecl *const* ExtList, unsigned ExtNum
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
DeclObjC.h 57 class ObjCProtocolDecl;
102 class ObjCProtocolList : public ObjCList<ObjCProtocolDecl> {
105 using ObjCList<ObjCProtocolDecl>::set;
115 void set(ObjCProtocolDecl* const* InList, unsigned Elts,
943 /// ObjCProtocolDecl, and ObjCImplDecl.
1082 using ProtocolPropertySet = llvm::SmallDenseSet<const ObjCProtocolDecl *, 8>;
1168 ObjCList<ObjCProtocolDecl> AllReferencedProtocols;
1397 using all_protocol_iterator = ObjCList<ObjCProtocolDecl>::iterator;
1468 void setProtocolList(ObjCProtocolDecl *const* List, unsigned Num,
1475 void mergeClassExtensionProtocolList(ObjCProtocolDecl *const* List
    [all...]

Completed in 16 milliseconds