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 439 ObjCPropertyDecl* OPD = cast<ObjCPropertyDecl>(*I);
440 Out << "<objc property> " << *OPD << '\n';
  /external/clang/tools/libclang/
CXType.cpp 663 } else if (const ObjCPropertyDecl *OPD = dyn_cast<ObjCPropertyDecl>(D))
664 Ctx.getObjCEncodingForPropertyDecl(OPD, NULL, encoding);

Completed in 136 milliseconds