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

/freebsd-10.3-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGObjCRuntime.h183 const ObjCProtocolDecl *OPD) = 0;
187 virtual void GenerateProtocol(const ObjCProtocolDecl *OPD) = 0;
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Frontend/
H A DASTConsumers.cpp443 ObjCPropertyDecl* OPD = cast<ObjCPropertyDecl>(*I); local
444 Out << "<objc property> " << *OPD << '\n'; local

Completed in 111 milliseconds