Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DExprObjC.h1634 SourceLocation BridgeKeywordLoc; variable
1639 CastKind CK, SourceLocation BridgeKeywordLoc, in ObjCBridgedCastExpr() argument
1643 LParenLoc(LParenLoc), BridgeKeywordLoc(BridgeKeywordLoc), Kind(Kind) {} in ObjCBridgedCastExpr()
1660 SourceLocation getBridgeKeywordLoc() const { return BridgeKeywordLoc; } in getBridgeKeywordLoc()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaExprObjC.cpp4642 SourceLocation BridgeKeywordLoc, in BuildObjCBridgedCast() argument
4668 Diag(BridgeKeywordLoc, diag::err_arc_bridge_cast_wrong_kind) in BuildObjCBridgedCast()
4675 Diag(BridgeKeywordLoc, diag::note_arc_bridge) in BuildObjCBridgedCast()
4676 << FixItHint::CreateReplacement(BridgeKeywordLoc, "__bridge"); in BuildObjCBridgedCast()
4677 Diag(BridgeKeywordLoc, diag::note_arc_bridge_transfer) in BuildObjCBridgedCast()
4679 << FixItHint::CreateReplacement(BridgeKeywordLoc, in BuildObjCBridgedCast()
4711 Diag(BridgeKeywordLoc, diag::err_arc_bridge_cast_wrong_kind) in BuildObjCBridgedCast()
4719 Diag(BridgeKeywordLoc, diag::note_arc_bridge) in BuildObjCBridgedCast()
4721 Diag(BridgeKeywordLoc, diag::note_arc_bridge_retained) in BuildObjCBridgedCast()
4723 << FixItHint::CreateReplacement(BridgeKeywordLoc, in BuildObjCBridgedCast()
[all …]
/llvm-project-15.0.7/clang/lib/Parse/
H A DParseExpr.cpp2864 SourceLocation BridgeKeywordLoc = ConsumeToken(); in ParseParenExpression() local
2865 if (!PP.getSourceManager().isInSystemHeader(BridgeKeywordLoc)) in ParseParenExpression()
2866 Diag(BridgeKeywordLoc, diag::warn_arc_bridge_cast_nonarc) in ParseParenExpression()
2868 << FixItHint::CreateReplacement(BridgeKeywordLoc, ""); in ParseParenExpression()
2910 SourceLocation BridgeKeywordLoc = ConsumeToken(); in ParseParenExpression() local
2925 if (!PP.getSourceManager().isInSystemHeader(BridgeKeywordLoc)) in ParseParenExpression()
2926 Diag(BridgeKeywordLoc, diag::err_arc_bridge_retain) in ParseParenExpression()
2927 << FixItHint::CreateReplacement(BridgeKeywordLoc, in ParseParenExpression()
2943 BridgeKeywordLoc, Ty.get(), in ParseParenExpression()
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReaderStmt.cpp1074 E->BridgeKeywordLoc = readSourceLocation(); in VisitObjCBridgedCastExpr()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h10192 SourceLocation BridgeKeywordLoc,
10199 SourceLocation BridgeKeywordLoc,