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

Completed in 120 milliseconds