Searched refs:BridgeKeywordLoc (Results 1 – 5 of 5) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | ExprObjC.h | 1634 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()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseExpr.cpp | 2827 SourceLocation BridgeKeywordLoc = ConsumeToken(); in ParseParenExpression() local 2828 if (!PP.getSourceManager().isInSystemHeader(BridgeKeywordLoc)) in ParseParenExpression() 2829 Diag(BridgeKeywordLoc, diag::warn_arc_bridge_cast_nonarc) in ParseParenExpression() 2831 << FixItHint::CreateReplacement(BridgeKeywordLoc, ""); in ParseParenExpression() 2872 SourceLocation BridgeKeywordLoc = ConsumeToken(); in ParseParenExpression() local 2887 if (!PP.getSourceManager().isInSystemHeader(BridgeKeywordLoc)) in ParseParenExpression() 2888 Diag(BridgeKeywordLoc, diag::err_arc_bridge_retain) in ParseParenExpression() 2889 << FixItHint::CreateReplacement(BridgeKeywordLoc, in ParseParenExpression() 2905 BridgeKeywordLoc, Ty.get(), in ParseParenExpression()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaExprObjC.cpp | 4640 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-13.1/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReaderStmt.cpp | 1089 E->BridgeKeywordLoc = readSourceLocation(); in VisitObjCBridgedCastExpr()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 9867 SourceLocation BridgeKeywordLoc, 9874 SourceLocation BridgeKeywordLoc,
|