HomeSort by relevance Sort by last modified time
    Searched refs:OPD (Results 1 - 3 of 3) sorted by null

  /external/clang/lib/CodeGen/
CGObjCRuntime.h 183 const ObjCProtocolDecl *OPD) = 0;
187 virtual void GenerateProtocol(const ObjCProtocolDecl *OPD) = 0;
  /external/clang/lib/Frontend/
ASTConsumers.cpp 443 ObjCPropertyDecl* OPD = cast<ObjCPropertyDecl>(*I);
444 Out << "<objc property> " << *OPD << '\n';
  /external/clang/tools/libclang/
CXType.cpp 817 } else if (const ObjCPropertyDecl *OPD = dyn_cast<ObjCPropertyDecl>(D))
818 Ctx.getObjCEncodingForPropertyDecl(OPD, NULL, encoding);

Completed in 108 milliseconds