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

  /external/clang/lib/CodeGen/
CodeGenModule.h 113 struct ObjCEntrypoints {
114 ObjCEntrypoints() { memset(this, 0, sizeof(*this)); }
293 std::unique_ptr<ObjCEntrypoints> ObjCData;
534 ObjCEntrypoints &getObjCEntrypoints() const {
    [all...]
CodeGenModule.cpp 139 ObjCData.reset(new ObjCEntrypoints());
    [all...]

Completed in 143 milliseconds