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

/external/clang/lib/Sema/
H A DSemaExprObjC.cpp2103 SourceLocation BridgeKeywordLoc,
2128 Diag(BridgeKeywordLoc, diag::err_arc_bridge_cast_wrong_kind)
2135 Diag(BridgeKeywordLoc, diag::note_arc_bridge)
2136 << FixItHint::CreateReplacement(BridgeKeywordLoc, "__bridge");
2137 Diag(BridgeKeywordLoc, diag::note_arc_bridge_transfer)
2139 << FixItHint::CreateReplacement(BridgeKeywordLoc,
2168 Diag(BridgeKeywordLoc, diag::err_arc_bridge_cast_wrong_kind)
2176 Diag(BridgeKeywordLoc, diag::note_arc_bridge)
2177 << FixItHint::CreateReplacement(BridgeKeywordLoc, "__bridge ");
2178 Diag(BridgeKeywordLoc, dia
2101 BuildObjCBridgedCast(SourceLocation LParenLoc, ObjCBridgeCastKind Kind, SourceLocation BridgeKeywordLoc, TypeSourceInfo *TSInfo, Expr *SubExpr) argument
2206 ActOnObjCBridgedCast(Scope *S, SourceLocation LParenLoc, ObjCBridgeCastKind Kind, SourceLocation BridgeKeywordLoc, ParsedType Type, SourceLocation RParenLoc, Expr *SubExpr) argument
[all...]
/external/clang/include/clang/AST/
H A DExprObjC.h1058 SourceLocation BridgeKeywordLoc; member in class:clang::ObjCBridgedCastExpr
1066 CastKind CK, SourceLocation BridgeKeywordLoc,
1070 LParenLoc(LParenLoc), BridgeKeywordLoc(BridgeKeywordLoc), Kind(Kind) { }
1087 SourceLocation getBridgeKeywordLoc() const { return BridgeKeywordLoc; }
1065 ObjCBridgedCastExpr(SourceLocation LParenLoc, ObjCBridgeCastKind Kind, CastKind CK, SourceLocation BridgeKeywordLoc, TypeSourceInfo *TSInfo, Expr *Operand) argument
/external/clang/lib/Parse/
H A DParseExpr.cpp1833 SourceLocation BridgeKeywordLoc = ConsumeToken(); local
1848 if (!PP.getSourceManager().isInSystemHeader(BridgeKeywordLoc))
1849 Diag(BridgeKeywordLoc, diag::err_arc_bridge_retain)
1850 << FixItHint::CreateReplacement(BridgeKeywordLoc,
1863 BridgeKeywordLoc, Ty.get(),
/external/clang/lib/Serialization/
H A DASTReaderStmt.cpp519 E->BridgeKeywordLoc = ReadSourceLocation(Record, Idx);
/external/clang/include/clang/Sema/
H A DSema.h5339 SourceLocation BridgeKeywordLoc,
5346 SourceLocation BridgeKeywordLoc,

Completed in 120 milliseconds