Searched refs:BridgeKeywordLoc (Results 1 – 5 of 5) sorted by relevance
| /openbsd-src/gnu/llvm/clang/include/clang/AST/ |
| H A D | ExprObjC.h | 1633 SourceLocation BridgeKeywordLoc; variable 1638 CastKind CK, SourceLocation BridgeKeywordLoc, in ObjCBridgedCastExpr() argument 1642 LParenLoc(LParenLoc), BridgeKeywordLoc(BridgeKeywordLoc), Kind(Kind) {} in ObjCBridgedCastExpr() 1659 SourceLocation getBridgeKeywordLoc() const { return BridgeKeywordLoc; } in getBridgeKeywordLoc()
|
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaExprObjC.cpp | 4634 SourceLocation BridgeKeywordLoc, in BuildObjCBridgedCast() argument 4660 Diag(BridgeKeywordLoc, diag::err_arc_bridge_cast_wrong_kind) in BuildObjCBridgedCast() 4667 Diag(BridgeKeywordLoc, diag::note_arc_bridge) in BuildObjCBridgedCast() 4668 << FixItHint::CreateReplacement(BridgeKeywordLoc, "__bridge"); in BuildObjCBridgedCast() 4669 Diag(BridgeKeywordLoc, diag::note_arc_bridge_transfer) in BuildObjCBridgedCast() 4671 << FixItHint::CreateReplacement(BridgeKeywordLoc, in BuildObjCBridgedCast() 4703 Diag(BridgeKeywordLoc, diag::err_arc_bridge_cast_wrong_kind) in BuildObjCBridgedCast() 4711 Diag(BridgeKeywordLoc, diag::note_arc_bridge) in BuildObjCBridgedCast() 4712 << FixItHint::CreateReplacement(BridgeKeywordLoc, "__bridge "); in BuildObjCBridgedCast() 4713 Diag(BridgeKeywordLoc, diag::note_arc_bridge_retained) in BuildObjCBridgedCast() [all …]
|
| /openbsd-src/gnu/llvm/clang/lib/Parse/ |
| H A D | ParseExpr.cpp | 2903 SourceLocation BridgeKeywordLoc = ConsumeToken(); in ParseParenExpression() local 2904 if (!PP.getSourceManager().isInSystemHeader(BridgeKeywordLoc)) in ParseParenExpression() 2905 Diag(BridgeKeywordLoc, diag::warn_arc_bridge_cast_nonarc) in ParseParenExpression() 2907 << FixItHint::CreateReplacement(BridgeKeywordLoc, ""); in ParseParenExpression() 2949 SourceLocation BridgeKeywordLoc = ConsumeToken(); in ParseParenExpression() local 2964 if (!PP.getSourceManager().isInSystemHeader(BridgeKeywordLoc)) in ParseParenExpression() 2965 Diag(BridgeKeywordLoc, diag::err_arc_bridge_retain) in ParseParenExpression() 2966 << FixItHint::CreateReplacement(BridgeKeywordLoc, in ParseParenExpression() 2982 BridgeKeywordLoc, Ty.get(), in ParseParenExpression()
|
| /openbsd-src/gnu/llvm/clang/lib/Serialization/ |
| H A D | ASTReaderStmt.cpp | 1080 E->BridgeKeywordLoc = readSourceLocation(); in VisitObjCBridgedCastExpr()
|
| /openbsd-src/gnu/llvm/clang/include/clang/Sema/ |
| H A D | Sema.h | 10516 SourceLocation BridgeKeywordLoc, 10523 SourceLocation BridgeKeywordLoc,
|