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

/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Parse/
H A DParseExpr.cpp1971 SourceLocation BridgeKeywordLoc = ConsumeToken(); local
1972 if (!PP.getSourceManager().isInSystemHeader(BridgeKeywordLoc))
1973 Diag(BridgeKeywordLoc, diag::warn_arc_bridge_cast_nonarc)
1975 << FixItHint::CreateReplacement(BridgeKeywordLoc, "");
1999 SourceLocation BridgeKeywordLoc = ConsumeToken(); local
2014 if (!PP.getSourceManager().isInSystemHeader(BridgeKeywordLoc))
2015 Diag(BridgeKeywordLoc, diag::err_arc_bridge_retain)
2016 << FixItHint::CreateReplacement(BridgeKeywordLoc,
2029 BridgeKeywordLoc, Ty.get(),
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DExprObjC.h1528 SourceLocation BridgeKeywordLoc; member in class:clang::ObjCBridgedCastExpr
1536 CastKind CK, SourceLocation BridgeKeywordLoc,
1540 LParenLoc(LParenLoc), BridgeKeywordLoc(BridgeKeywordLoc), Kind(Kind) { }
1557 SourceLocation getBridgeKeywordLoc() const { return BridgeKeywordLoc; }
1535 ObjCBridgedCastExpr(SourceLocation LParenLoc, ObjCBridgeCastKind Kind, CastKind CK, SourceLocation BridgeKeywordLoc, TypeSourceInfo *TSInfo, Expr *Operand) argument
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExprObjC.cpp3320 SourceLocation BridgeKeywordLoc,
3346 Diag(BridgeKeywordLoc, diag::err_arc_bridge_cast_wrong_kind)
3353 Diag(BridgeKeywordLoc, diag::note_arc_bridge)
3354 << FixItHint::CreateReplacement(BridgeKeywordLoc, "__bridge");
3355 Diag(BridgeKeywordLoc, diag::note_arc_bridge_transfer)
3357 << FixItHint::CreateReplacement(BridgeKeywordLoc,
3389 Diag(BridgeKeywordLoc, diag::err_arc_bridge_cast_wrong_kind)
3397 Diag(BridgeKeywordLoc, diag::note_arc_bridge)
3398 << FixItHint::CreateReplacement(BridgeKeywordLoc, "__bridge ");
3399 Diag(BridgeKeywordLoc, dia
3318 BuildObjCBridgedCast(SourceLocation LParenLoc, ObjCBridgeCastKind Kind, SourceLocation BridgeKeywordLoc, TypeSourceInfo *TSInfo, Expr *SubExpr) argument
3429 ActOnObjCBridgedCast(Scope *S, SourceLocation LParenLoc, ObjCBridgeCastKind Kind, SourceLocation BridgeKeywordLoc, ParsedType Type, SourceLocation RParenLoc, Expr *SubExpr) argument
[all...]
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h6532 SourceLocation BridgeKeywordLoc,
6539 SourceLocation BridgeKeywordLoc,
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReaderStmt.cpp628 E->BridgeKeywordLoc = ReadSourceLocation(Record, Idx);

Completed in 145 milliseconds