Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DExprObjC.h1643 SourceLocation BridgeKeywordLoc; variable
1649 CastKind CK, SourceLocation BridgeKeywordLoc,
1653 LParenLoc(LParenLoc), BridgeKeywordLoc(BridgeKeywordLoc), Kind(Kind) {}
1670 SourceLocation getBridgeKeywordLoc() const { return BridgeKeywordLoc; } in getBridgeKeywordLoc()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprObjC.cpp4640 SourceLocation BridgeKeywordLoc, in BuildObjCBridgedCast() argument
4666 Diag(BridgeKeywordLoc, diag::err_arc_bridge_cast_wrong_kind) in BuildObjCBridgedCast()
4673 Diag(BridgeKeywordLoc, diag::note_arc_bridge) in BuildObjCBridgedCast()
4674 << FixItHint::CreateReplacement(BridgeKeywordLoc, "__bridge"); in BuildObjCBridgedCast()
4675 Diag(BridgeKeywordLoc, diag::note_arc_bridge_transfer) in BuildObjCBridgedCast()
4677 << FixItHint::CreateReplacement(BridgeKeywordLoc, in BuildObjCBridgedCast()
4709 Diag(BridgeKeywordLoc, diag::err_arc_bridge_cast_wrong_kind) in BuildObjCBridgedCast()
4717 Diag(BridgeKeywordLoc, diag::note_arc_bridge) in BuildObjCBridgedCast()
4719 Diag(BridgeKeywordLoc, diag::note_arc_bridge_retained) in BuildObjCBridgedCast()
4721 << FixItHint::CreateReplacement(BridgeKeywordLoc, in BuildObjCBridgedCast()
[all …]
/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParseExpr.cpp2984 SourceLocation BridgeKeywordLoc = ConsumeToken(); in ParseParenExpression() local
2985 if (!PP.getSourceManager().isInSystemHeader(BridgeKeywordLoc)) in ParseParenExpression()
2986 Diag(BridgeKeywordLoc, diag::warn_arc_bridge_cast_nonarc) in ParseParenExpression()
2988 << FixItHint::CreateReplacement(BridgeKeywordLoc, ""); in ParseParenExpression()
3030 SourceLocation BridgeKeywordLoc = ConsumeToken(); in ParseParenExpression() local
3045 if (!PP.getSourceManager().isInSystemHeader(BridgeKeywordLoc)) in ParseParenExpression()
3046 Diag(BridgeKeywordLoc, diag::err_arc_bridge_retain) in ParseParenExpression()
3047 << FixItHint::CreateReplacement(BridgeKeywordLoc, in ParseParenExpression()
3063 BridgeKeywordLoc, Ty.get(), in ParseParenExpression()
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp1100 E->BridgeKeywordLoc = readSourceLocation(); in VisitObjCBridgedCastExpr()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h10834 SourceLocation BridgeKeywordLoc,
10841 SourceLocation BridgeKeywordLoc,