Searched refs:TheProtocol (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/AST/
H A DExprObjC.h430 ObjCProtocolDecl *TheProtocol; member in class:clang::ObjCProtocolExpr
437 TheProtocol(protocol), AtLoc(at), ProtoLoc(protoLoc), RParenLoc(rp) {}
441 ObjCProtocolDecl *getProtocol() const { return TheProtocol; }
442 void setProtocol(ObjCProtocolDecl *P) { TheProtocol = P; }

Completed in 308 milliseconds