Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCGNU.cpp1261 const ObjCInterfaceDecl *OIDDef = OID->getDefinition(); in GetClassVar() local
1262 if (OIDDef != nullptr) in GetClassVar()
1263 OID = OIDDef; in GetClassVar()