HomeSort by: relevance | last modified time | path
    Searched refs:BridgeKeywordLoc (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
ExprObjC.h 1634 SourceLocation BridgeKeywordLoc;
1639 CastKind CK, SourceLocation BridgeKeywordLoc,
1643 LParenLoc(LParenLoc), BridgeKeywordLoc(BridgeKeywordLoc), Kind(Kind) {}
1660 SourceLocation getBridgeKeywordLoc() const { return BridgeKeywordLoc; }
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaExprObjC.cpp 4640 SourceLocation BridgeKeywordLoc,
4666 Diag(BridgeKeywordLoc, diag::err_arc_bridge_cast_wrong_kind)
4673 Diag(BridgeKeywordLoc, diag::note_arc_bridge)
4674 << FixItHint::CreateReplacement(BridgeKeywordLoc, "__bridge");
4675 Diag(BridgeKeywordLoc, diag::note_arc_bridge_transfer)
4677 << FixItHint::CreateReplacement(BridgeKeywordLoc,
4709 Diag(BridgeKeywordLoc, diag::err_arc_bridge_cast_wrong_kind)
4717 Diag(BridgeKeywordLoc, diag::note_arc_bridge)
4718 << FixItHint::CreateReplacement(BridgeKeywordLoc, "__bridge ");
4719 Diag(BridgeKeywordLoc, diag::note_arc_bridge_retained
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParseExpr.cpp 2797 SourceLocation BridgeKeywordLoc = ConsumeToken();
2798 if (!PP.getSourceManager().isInSystemHeader(BridgeKeywordLoc))
2799 Diag(BridgeKeywordLoc, diag::warn_arc_bridge_cast_nonarc)
2801 << FixItHint::CreateReplacement(BridgeKeywordLoc, "");
2842 SourceLocation BridgeKeywordLoc = ConsumeToken();
2857 if (!PP.getSourceManager().isInSystemHeader(BridgeKeywordLoc))
2858 Diag(BridgeKeywordLoc, diag::err_arc_bridge_retain)
2859 << FixItHint::CreateReplacement(BridgeKeywordLoc,
2875 BridgeKeywordLoc, Ty.get(),
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReaderStmt.cpp 1079 E->BridgeKeywordLoc = readSourceLocation();
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h 9798 SourceLocation BridgeKeywordLoc,
9805 SourceLocation BridgeKeywordLoc,

Completed in 86 milliseconds