Home
last modified time | relevance | path

Searched refs:OIDDef (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGObjCGNU.cpp1248 const ObjCInterfaceDecl *OIDDef = OID->getDefinition(); in GetClassVar() local
1249 if (OIDDef != nullptr) in GetClassVar()
1250 OID = OIDDef; in GetClassVar()