Home
last modified time | relevance | path

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

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