HomeSort by: relevance | last modified time | path
    Searched defs:BridgeKeywordLoc (Results 1 - 2 of 2) 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/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(),

Completed in 27 milliseconds