Searched refs:BridgeKeywordLoc (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/ |
| H A D | ExprObjC.h | 1584 SourceLocation BridgeKeywordLoc; 1589 CastKind CK, SourceLocation BridgeKeywordLoc, 1593 LParenLoc(LParenLoc), BridgeKeywordLoc(BridgeKeywordLoc), Kind(Kind) {} 1610 SourceLocation getBridgeKeywordLoc() const { return BridgeKeywordLoc; }
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/ |
| H A D | ParseExpr.cpp | 2351 SourceLocation BridgeKeywordLoc = ConsumeToken(); in ParseParenExpression() local 2352 if (!PP.getSourceManager().isInSystemHeader(BridgeKeywordLoc)) in ParseParenExpression() 2353 Diag(BridgeKeywordLoc, diag::warn_arc_bridge_cast_nonarc) in ParseParenExpression() 2355 << FixItHint::CreateReplacement(BridgeKeywordLoc, ""); in ParseParenExpression() 2393 SourceLocation BridgeKeywordLoc = ConsumeToken(); in ParseParenExpression() local 2408 if (!PP.getSourceManager().isInSystemHeader(BridgeKeywordLoc)) in ParseParenExpression() 2409 Diag(BridgeKeywordLoc, diag::err_arc_bridge_retain) in ParseParenExpression() 2410 << FixItHint::CreateReplacement(BridgeKeywordLoc, in ParseParenExpression() 2424 BridgeKeywordLoc, Ty.get(), in ParseParenExpression()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | SemaExprObjC.cpp | 4415 SourceLocation BridgeKeywordLoc, in BuildObjCBridgedCast() argument 4441 Diag(BridgeKeywordLoc, diag::err_arc_bridge_cast_wrong_kind) in BuildObjCBridgedCast() 4448 Diag(BridgeKeywordLoc, diag::note_arc_bridge) in BuildObjCBridgedCast() 4449 << FixItHint::CreateReplacement(BridgeKeywordLoc, "__bridge"); in BuildObjCBridgedCast() 4450 Diag(BridgeKeywordLoc, diag::note_arc_bridge_transfer) in BuildObjCBridgedCast() 4452 << FixItHint::CreateReplacement(BridgeKeywordLoc, in BuildObjCBridgedCast() 4484 Diag(BridgeKeywordLoc, diag::err_arc_bridge_cast_wrong_kind) in BuildObjCBridgedCast() 4492 Diag(BridgeKeywordLoc, diag::note_arc_bridge) in BuildObjCBridgedCast() 4494 Diag(BridgeKeywordLoc, diag::note_arc_bridge_retained) in BuildObjCBridgedCast() 4496 << FixItHint::CreateReplacement(BridgeKeywordLoc, in BuildObjCBridgedCast() [all …]
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/ |
| H A D | ASTReaderStmt.cpp | 771 E->BridgeKeywordLoc = ReadSourceLocation(); in VisitObjCBridgedCastExpr()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/ |
| H A D | Sema.h | 8297 SourceLocation BridgeKeywordLoc, 8304 SourceLocation BridgeKeywordLoc,
|