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

  /external/clang/lib/Lex/
PPExpressions.cpp 474 SourceLocation OpLoc = PeekTok.getLocation();
535 PP.Diag(OpLoc, diag::warn_pp_convert_lhs_to_positive)
540 PP.Diag(OpLoc, diag::warn_pp_convert_rhs_to_positive)
556 PP.Diag(OpLoc, diag::err_pp_remainder_by_zero)
568 PP.Diag(OpLoc, diag::err_pp_division_by_zero)
658 PP.Diag(OpLoc, diag::ext_pp_comma_expr)
667 PP.Diag(OpLoc, diag::note_matching) << "?";
700 PP.Diag(OpLoc, diag::err_pp_colon_without_question)
707 PP.Diag(OpLoc, diag::warn_pp_expr_overflow)
  /external/clang/lib/Parse/
ParseExpr.cpp     [all...]
ParseExprCXX.cpp     [all...]
ParseObjc.cpp     [all...]
  /external/llvm/lib/TableGen/
TGParser.cpp 958 SMLoc OpLoc = Lex.getLoc();
1016 Error(OpLoc, "expected two operands to operator");
    [all...]
  /external/clang/include/clang/AST/
Expr.h     [all...]

Completed in 914 milliseconds