Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaType.cpp4324 if (auto bridgeAttr = RD->getAttr<ObjCBridgeAttr>()) in isCFError() local
4325 bridgedType = bridgeAttr->getBridgedType(); in isCFError()
4326 else if (auto bridgeAttr = RD->getAttr<ObjCBridgeMutableAttr>()) in isCFError() local
4327 bridgedType = bridgeAttr->getBridgedType(); in isCFError()