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

  /external/clang/lib/CodeGen/
CGObjCRuntime.h 192 const ObjCProtocolDecl *OPD) = 0;
196 virtual void GenerateProtocol(const ObjCProtocolDecl *OPD) = 0;
CGOpenMPRuntime.cpp     [all...]
  /external/clang/lib/Frontend/
ASTConsumers.cpp 448 ObjCPropertyDecl* OPD = cast<ObjCPropertyDecl>(I);
449 Out << "<objc property> " << *OPD << '\n';
  /external/clang/tools/libclang/
CXType.cpp 906 } else if (const ObjCPropertyDecl *OPD = dyn_cast<ObjCPropertyDecl>(D))
907 Ctx.getObjCEncodingForPropertyDecl(OPD, nullptr, encoding);

Completed in 2669 milliseconds