Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DParseExpr.cpp1962 SourceLocation BridgeKeywordLoc = ConsumeToken(); in ParseParenExpression() local
1963 if (!PP.getSourceManager().isInSystemHeader(BridgeKeywordLoc)) in ParseParenExpression()
1964 Diag(BridgeKeywordLoc, diag::warn_arc_bridge_cast_nonarc) in ParseParenExpression()
1966 << FixItHint::CreateReplacement(BridgeKeywordLoc, ""); in ParseParenExpression()
1987 SourceLocation BridgeKeywordLoc = ConsumeToken(); in ParseParenExpression() local
2002 if (!PP.getSourceManager().isInSystemHeader(BridgeKeywordLoc)) in ParseParenExpression()
2003 Diag(BridgeKeywordLoc, diag::err_arc_bridge_retain) in ParseParenExpression()
2004 << FixItHint::CreateReplacement(BridgeKeywordLoc, in ParseParenExpression()
2017 BridgeKeywordLoc, Ty.get(), in ParseParenExpression()
/external/clang/lib/Sema/
DSemaExprObjC.cpp3238 SourceLocation BridgeKeywordLoc, in BuildObjCBridgedCast() argument
3264 Diag(BridgeKeywordLoc, diag::err_arc_bridge_cast_wrong_kind) in BuildObjCBridgedCast()
3271 Diag(BridgeKeywordLoc, diag::note_arc_bridge) in BuildObjCBridgedCast()
3272 << FixItHint::CreateReplacement(BridgeKeywordLoc, "__bridge"); in BuildObjCBridgedCast()
3273 Diag(BridgeKeywordLoc, diag::note_arc_bridge_transfer) in BuildObjCBridgedCast()
3275 << FixItHint::CreateReplacement(BridgeKeywordLoc, in BuildObjCBridgedCast()
3307 Diag(BridgeKeywordLoc, diag::err_arc_bridge_cast_wrong_kind) in BuildObjCBridgedCast()
3315 Diag(BridgeKeywordLoc, diag::note_arc_bridge) in BuildObjCBridgedCast()
3316 << FixItHint::CreateReplacement(BridgeKeywordLoc, "__bridge "); in BuildObjCBridgedCast()
3317 Diag(BridgeKeywordLoc, diag::note_arc_bridge_retained) in BuildObjCBridgedCast()
[all …]
/external/clang/include/clang/AST/
DExprObjC.h1503 SourceLocation BridgeKeywordLoc;
1511 CastKind CK, SourceLocation BridgeKeywordLoc,
1515 LParenLoc(LParenLoc), BridgeKeywordLoc(BridgeKeywordLoc), Kind(Kind) { }
1532 SourceLocation getBridgeKeywordLoc() const { return BridgeKeywordLoc; }
/external/clang/lib/Serialization/
DASTReaderStmt.cpp544 E->BridgeKeywordLoc = ReadSourceLocation(Record, Idx); in VisitObjCBridgedCastExpr()
/external/clang/include/clang/Sema/
DSema.h6454 SourceLocation BridgeKeywordLoc,
6461 SourceLocation BridgeKeywordLoc,