Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaExprObjC.cpp3627 bool &HadTheAttribute, bool warn) { in CheckObjCBridgeNSCast() argument
3629 HadTheAttribute = false; in CheckObjCBridgeNSCast()
3634 HadTheAttribute = true; in CheckObjCBridgeNSCast()
3692 bool &HadTheAttribute, bool warn) { in CheckObjCBridgeCFCast() argument
3694 HadTheAttribute = false; in CheckObjCBridgeCFCast()
3699 HadTheAttribute = true; in CheckObjCBridgeCFCast()
/external/llvm-project/clang/lib/Sema/
DSemaExprObjC.cpp4003 bool &HadTheAttribute, bool warn) { in CheckObjCBridgeNSCast() argument
4005 HadTheAttribute = false; in CheckObjCBridgeNSCast()
4010 HadTheAttribute = true; in CheckObjCBridgeNSCast()
4069 bool &HadTheAttribute, bool warn) { in CheckObjCBridgeCFCast() argument
4071 HadTheAttribute = false; in CheckObjCBridgeCFCast()
4076 HadTheAttribute = true; in CheckObjCBridgeCFCast()