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

/external/clang/lib/Parse/
H A DParseExpr.cpp1954 SourceLocation BridgeKeywordLoc = ConsumeToken(); local
1955 if (!PP.getSourceManager().isInSystemHeader(BridgeKeywordLoc))
1956 Diag(BridgeKeywordLoc, diag::warn_arc_bridge_cast_nonarc)
1958 << FixItHint::CreateReplacement(BridgeKeywordLoc, "");
1980 SourceLocation BridgeKeywordLoc = ConsumeToken(); local
1995 if (!PP.getSourceManager().isInSystemHeader(BridgeKeywordLoc))
1996 Diag(BridgeKeywordLoc, diag::err_arc_bridge_retain)
1997 << FixItHint::CreateReplacement(BridgeKeywordLoc,
2011 BridgeKeywordLoc, Ty.get(),
/external/clang/include/clang/AST/
H A DExprObjC.h1529 SourceLocation BridgeKeywordLoc; member in class:clang::ObjCBridgedCastExpr
1537 CastKind CK, SourceLocation BridgeKeywordLoc,
1541 LParenLoc(LParenLoc), BridgeKeywordLoc(BridgeKeywordLoc), Kind(Kind) { }
1558 SourceLocation getBridgeKeywordLoc() const { return BridgeKeywordLoc; }
1536 ObjCBridgedCastExpr(SourceLocation LParenLoc, ObjCBridgeCastKind Kind, CastKind CK, SourceLocation BridgeKeywordLoc, TypeSourceInfo *TSInfo, Expr *Operand) argument
/external/clang/lib/Sema/
H A DSemaExprObjC.cpp3868 SourceLocation BridgeKeywordLoc,
3894 Diag(BridgeKeywordLoc, diag::err_arc_bridge_cast_wrong_kind)
3901 Diag(BridgeKeywordLoc, diag::note_arc_bridge)
3902 << FixItHint::CreateReplacement(BridgeKeywordLoc, "__bridge");
3903 Diag(BridgeKeywordLoc, diag::note_arc_bridge_transfer)
3905 << FixItHint::CreateReplacement(BridgeKeywordLoc,
3937 Diag(BridgeKeywordLoc, diag::err_arc_bridge_cast_wrong_kind)
3945 Diag(BridgeKeywordLoc, diag::note_arc_bridge)
3946 << FixItHint::CreateReplacement(BridgeKeywordLoc, "__bridge ");
3947 Diag(BridgeKeywordLoc, dia
3866 BuildObjCBridgedCast(SourceLocation LParenLoc, ObjCBridgeCastKind Kind, SourceLocation BridgeKeywordLoc, TypeSourceInfo *TSInfo, Expr *SubExpr) argument
3977 ActOnObjCBridgedCast(Scope *S, SourceLocation LParenLoc, ObjCBridgeCastKind Kind, SourceLocation BridgeKeywordLoc, ParsedType Type, SourceLocation RParenLoc, Expr *SubExpr) argument
[all...]
/external/clang/include/clang/Sema/
H A DSema.h7020 SourceLocation BridgeKeywordLoc,
7027 SourceLocation BridgeKeywordLoc,
/external/clang/lib/Serialization/
H A DASTReaderStmt.cpp628 E->BridgeKeywordLoc = ReadSourceLocation(Record, Idx);

Completed in 489 milliseconds