Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DParseExpr.cpp1990 SourceLocation BridgeKeywordLoc = ConsumeToken(); in ParseParenExpression() local
1991 if (!PP.getSourceManager().isInSystemHeader(BridgeKeywordLoc)) in ParseParenExpression()
1992 Diag(BridgeKeywordLoc, diag::warn_arc_bridge_cast_nonarc) in ParseParenExpression()
1994 << FixItHint::CreateReplacement(BridgeKeywordLoc, ""); in ParseParenExpression()
2015 SourceLocation BridgeKeywordLoc = ConsumeToken(); in ParseParenExpression() local
2030 if (!PP.getSourceManager().isInSystemHeader(BridgeKeywordLoc)) in ParseParenExpression()
2031 Diag(BridgeKeywordLoc, diag::err_arc_bridge_retain) in ParseParenExpression()
2032 << FixItHint::CreateReplacement(BridgeKeywordLoc, in ParseParenExpression()
2045 BridgeKeywordLoc, Ty.get(), in ParseParenExpression()
/external/clang/lib/Sema/
DSemaExprObjC.cpp3137 SourceLocation BridgeKeywordLoc, in BuildObjCBridgedCast() argument
3163 Diag(BridgeKeywordLoc, diag::err_arc_bridge_cast_wrong_kind) in BuildObjCBridgedCast()
3170 Diag(BridgeKeywordLoc, diag::note_arc_bridge) in BuildObjCBridgedCast()
3171 << FixItHint::CreateReplacement(BridgeKeywordLoc, "__bridge"); in BuildObjCBridgedCast()
3172 Diag(BridgeKeywordLoc, diag::note_arc_bridge_transfer) in BuildObjCBridgedCast()
3174 << FixItHint::CreateReplacement(BridgeKeywordLoc, in BuildObjCBridgedCast()
3206 Diag(BridgeKeywordLoc, diag::err_arc_bridge_cast_wrong_kind) in BuildObjCBridgedCast()
3214 Diag(BridgeKeywordLoc, diag::note_arc_bridge) in BuildObjCBridgedCast()
3215 << FixItHint::CreateReplacement(BridgeKeywordLoc, "__bridge "); in BuildObjCBridgedCast()
3216 Diag(BridgeKeywordLoc, diag::note_arc_bridge_retained) in BuildObjCBridgedCast()
[all …]
/external/clang/include/clang/AST/
DExprObjC.h1495 SourceLocation BridgeKeywordLoc; variable
1503 CastKind CK, SourceLocation BridgeKeywordLoc, in ObjCBridgedCastExpr() argument
1507 LParenLoc(LParenLoc), BridgeKeywordLoc(BridgeKeywordLoc), Kind(Kind) { } in ObjCBridgedCastExpr()
1524 SourceLocation getBridgeKeywordLoc() const { return BridgeKeywordLoc; } in getBridgeKeywordLoc()
/external/clang/lib/Serialization/
DASTReaderStmt.cpp544 E->BridgeKeywordLoc = ReadSourceLocation(Record, Idx); in VisitObjCBridgedCastExpr()
/external/clang/include/clang/Sema/
DSema.h6247 SourceLocation BridgeKeywordLoc,
6254 SourceLocation BridgeKeywordLoc,