Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaExprObjC.cpp3074 SourceLocation BridgeKeywordLoc, in BuildObjCBridgedCast() argument
3100 Diag(BridgeKeywordLoc, diag::err_arc_bridge_cast_wrong_kind) in BuildObjCBridgedCast()
3107 Diag(BridgeKeywordLoc, diag::note_arc_bridge) in BuildObjCBridgedCast()
3108 << FixItHint::CreateReplacement(BridgeKeywordLoc, "__bridge"); in BuildObjCBridgedCast()
3109 Diag(BridgeKeywordLoc, diag::note_arc_bridge_transfer) in BuildObjCBridgedCast()
3111 << FixItHint::CreateReplacement(BridgeKeywordLoc, in BuildObjCBridgedCast()
3143 Diag(BridgeKeywordLoc, diag::err_arc_bridge_cast_wrong_kind) in BuildObjCBridgedCast()
3151 Diag(BridgeKeywordLoc, diag::note_arc_bridge) in BuildObjCBridgedCast()
3152 << FixItHint::CreateReplacement(BridgeKeywordLoc, "__bridge "); in BuildObjCBridgedCast()
3153 Diag(BridgeKeywordLoc, diag::note_arc_bridge_retained) in BuildObjCBridgedCast()
[all …]
/external/clang/lib/Parse/
DParseExpr.cpp1917 SourceLocation BridgeKeywordLoc = ConsumeToken(); in ParseParenExpression() local
1918 if (!PP.getSourceManager().isInSystemHeader(BridgeKeywordLoc)) in ParseParenExpression()
1919 Diag(BridgeKeywordLoc, diag::warn_arc_bridge_cast_nonarc) in ParseParenExpression()
1921 << FixItHint::CreateReplacement(BridgeKeywordLoc, ""); in ParseParenExpression()
1942 SourceLocation BridgeKeywordLoc = ConsumeToken(); in ParseParenExpression() local
1957 if (!PP.getSourceManager().isInSystemHeader(BridgeKeywordLoc)) in ParseParenExpression()
1958 Diag(BridgeKeywordLoc, diag::err_arc_bridge_retain) in ParseParenExpression()
1959 << FixItHint::CreateReplacement(BridgeKeywordLoc, in ParseParenExpression()
1972 BridgeKeywordLoc, Ty.get(), in ParseParenExpression()
/external/clang/include/clang/AST/
DExprObjC.h1499 SourceLocation BridgeKeywordLoc; variable
1507 CastKind CK, SourceLocation BridgeKeywordLoc, in ObjCBridgedCastExpr() argument
1511 LParenLoc(LParenLoc), BridgeKeywordLoc(BridgeKeywordLoc), Kind(Kind) { } in ObjCBridgedCastExpr()
1528 SourceLocation getBridgeKeywordLoc() const { return BridgeKeywordLoc; } in getBridgeKeywordLoc()
/external/clang/include/clang/Sema/
DSema.h6002 SourceLocation BridgeKeywordLoc,
6009 SourceLocation BridgeKeywordLoc,
/external/clang/lib/Serialization/
DASTReaderStmt.cpp535 E->BridgeKeywordLoc = ReadSourceLocation(Record, Idx); in VisitObjCBridgedCastExpr()