Searched refs:BridgeKeywordLoc (Results 1 – 5 of 5) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaExprObjC.cpp | 1817 SourceLocation BridgeKeywordLoc, in BuildObjCBridgedCast() argument 1833 Diag(BridgeKeywordLoc, diag::err_arc_bridge_cast_wrong_kind) in BuildObjCBridgedCast() 1840 Diag(BridgeKeywordLoc, diag::note_arc_bridge) in BuildObjCBridgedCast() 1841 << FixItHint::CreateReplacement(BridgeKeywordLoc, "__bridge"); in BuildObjCBridgedCast() 1842 Diag(BridgeKeywordLoc, diag::note_arc_bridge_transfer) in BuildObjCBridgedCast() 1844 << FixItHint::CreateReplacement(BridgeKeywordLoc, in BuildObjCBridgedCast() 1872 Diag(BridgeKeywordLoc, diag::err_arc_bridge_cast_wrong_kind) in BuildObjCBridgedCast() 1880 Diag(BridgeKeywordLoc, diag::note_arc_bridge) in BuildObjCBridgedCast() 1881 << FixItHint::CreateReplacement(BridgeKeywordLoc, "__bridge "); in BuildObjCBridgedCast() 1882 Diag(BridgeKeywordLoc, diag::note_arc_bridge_retained) in BuildObjCBridgedCast() [all …]
|
/external/clang/include/clang/AST/ |
D | ExprObjC.h | 984 SourceLocation BridgeKeywordLoc; variable 992 SourceLocation BridgeKeywordLoc, TypeSourceInfo *TSInfo, in ObjCBridgedCastExpr() argument 996 LParenLoc(LParenLoc), BridgeKeywordLoc(BridgeKeywordLoc), Kind(Kind) { } in ObjCBridgedCastExpr() 1013 SourceLocation getBridgeKeywordLoc() const { return BridgeKeywordLoc; } in getBridgeKeywordLoc()
|
/external/clang/lib/Parse/ |
D | ParseExpr.cpp | 1787 SourceLocation BridgeKeywordLoc = ConsumeToken(); in ParseParenExpression() local 1802 if (!PP.getSourceManager().isInSystemHeader(BridgeKeywordLoc)) in ParseParenExpression() 1803 Diag(BridgeKeywordLoc, diag::err_arc_bridge_retain) in ParseParenExpression() 1804 << FixItHint::CreateReplacement(BridgeKeywordLoc, in ParseParenExpression() 1816 BridgeKeywordLoc, Ty.get(), in ParseParenExpression()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 5162 SourceLocation BridgeKeywordLoc, 5169 SourceLocation BridgeKeywordLoc,
|
/external/clang/lib/Serialization/ |
D | ASTReaderStmt.cpp | 500 E->BridgeKeywordLoc = ReadSourceLocation(Record, Idx); in VisitObjCBridgedCastExpr()
|