HomeSort by relevance Sort by last modified time
    Searched defs:OpLoc (Results 1 - 5 of 5) sorted by null

  /external/clang/lib/Lex/
PPExpressions.cpp 466 SourceLocation OpLoc = PeekTok.getLocation();
527 PP.Diag(OpLoc, diag::warn_pp_convert_lhs_to_positive)
532 PP.Diag(OpLoc, diag::warn_pp_convert_rhs_to_positive)
548 PP.Diag(OpLoc, diag::err_pp_remainder_by_zero)
560 PP.Diag(OpLoc, diag::err_pp_division_by_zero)
650 PP.Diag(OpLoc, diag::ext_pp_comma_expr)
659 PP.Diag(OpLoc, diag::note_matching) << "?";
692 PP.Diag(OpLoc, diag::err_pp_colon_without_question)
699 PP.Diag(OpLoc, diag::warn_pp_expr_overflow)
  /external/clang/lib/Parse/
ParseExpr.cpp     [all...]
ParseExprCXX.cpp 804 SourceLocation OpLoc = ConsumeToken();
842 Result = Actions.ActOnCXXNamedCast(OpLoc, Kind,
860 SourceLocation OpLoc = ConsumeToken();
880 Result = Actions.ActOnCXXTypeid(OpLoc, LParenLoc, /*isType=*/true,
    [all...]
  /external/llvm/lib/TableGen/
TGParser.cpp 843 SMLoc OpLoc = Lex.getLoc();
901 Error(OpLoc, "expected two operands to operator");
    [all...]
  /external/clang/include/clang/AST/
Expr.h     [all...]

Completed in 63 milliseconds