Searched defs:OAD (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGObjCGNU.cpp509 void RegisterAlias(const ObjCCompatibleAliasDecl *OAD) override;
2119 void CGObjCGNU::RegisterAlias(const ObjCCompatibleAliasDecl *OAD) { argument
2122 const_cast<ObjCInterfaceDecl *>(OAD->getClassInterface());
2124 std::string AliasName = OAD->getNameAsString();

Completed in 55 milliseconds