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

/freebsd-10.3-release/contrib/llvm/tools/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
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Parse/
H A DParseExpr.cpp2047 SourceLocation BridgeKeywordLoc = ConsumeToken(); local
2048 if (!PP.getSourceManager().isInSystemHeader(BridgeKeywordLoc))
2049 Diag(BridgeKeywordLoc, diag::warn_arc_bridge_cast_nonarc)
2051 << FixItHint::CreateReplacement(BridgeKeywordLoc, "");
2075 SourceLocation BridgeKeywordLoc = ConsumeToken(); local
2090 if (!PP.getSourceManager().isInSystemHeader(BridgeKeywordLoc))
2091 Diag(BridgeKeywordLoc, diag::err_arc_bridge_retain)
2092 << FixItHint::CreateReplacement(BridgeKeywordLoc,
2105 BridgeKeywordLoc, Ty.get(),
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExprObjC.cpp3484 SourceLocation BridgeKeywordLoc,
3510 Diag(BridgeKeywordLoc, diag::err_arc_bridge_cast_wrong_kind)
3517 Diag(BridgeKeywordLoc, diag::note_arc_bridge)
3518 << FixItHint::CreateReplacement(BridgeKeywordLoc, "__bridge");
3519 Diag(BridgeKeywordLoc, diag::note_arc_bridge_transfer)
3521 << FixItHint::CreateReplacement(BridgeKeywordLoc,
3553 Diag(BridgeKeywordLoc, diag::err_arc_bridge_cast_wrong_kind)
3561 Diag(BridgeKeywordLoc, diag::note_arc_bridge)
3562 << FixItHint::CreateReplacement(BridgeKeywordLoc, "__bridge ");
3563 Diag(BridgeKeywordLoc, dia
3482 BuildObjCBridgedCast(SourceLocation LParenLoc, ObjCBridgeCastKind Kind, SourceLocation BridgeKeywordLoc, TypeSourceInfo *TSInfo, Expr *SubExpr) argument
3593 ActOnObjCBridgedCast(Scope *S, SourceLocation LParenLoc, ObjCBridgeCastKind Kind, SourceLocation BridgeKeywordLoc, ParsedType Type, SourceLocation RParenLoc, Expr *SubExpr) argument
[all...]
/freebsd-10.3-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h6893 SourceLocation BridgeKeywordLoc,
6900 SourceLocation BridgeKeywordLoc,
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReaderStmt.cpp630 E->BridgeKeywordLoc = ReadSourceLocation(Record, Idx);

Completed in 82 milliseconds