HomeSort by: relevance | last modified time | path
    Searched defs:OpLoc (Results 1 - 8 of 8) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Lex/
PPExpressions.cpp 606 SourceLocation OpLoc = PeekTok.getLocation();
668 PP.Diag(OpLoc, diag::warn_pp_convert_to_positive) << 0
673 PP.Diag(OpLoc, diag::warn_pp_convert_to_positive) << 1
689 PP.Diag(OpLoc, diag::err_pp_remainder_by_zero)
701 PP.Diag(OpLoc, diag::err_pp_division_by_zero)
788 PP.Diag(OpLoc, diag::ext_pp_comma_expr)
797 PP.Diag(OpLoc, diag::note_matching) << tok::question;
831 PP.Diag(OpLoc, diag::err_pp_colon_without_question)
838 PP.Diag(OpLoc, diag::warn_pp_expr_overflow)
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
ExprObjC.h 553 /// OpLoc - This is the location of '.' or '->'
554 SourceLocation OpLoc;
564 SourceLocation oploc, Expr *base, bool arrow = false,
568 D(d), Base(base), Loc(l), OpLoc(oploc), IsArrow(arrow),
597 SourceLocation getOpLoc() const { return OpLoc; }
598 void setOpLoc(SourceLocation L) { OpLoc = L; }
1489 /// OpLoc - This is the location of '.' or '->'
1490 SourceLocation OpLoc;
1496 ObjCIsaExpr(Expr *base, bool isarrow, SourceLocation l, SourceLocation oploc,
    [all...]
Stmt.h 544 SourceLocation OpLoc;
  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParseExpr.cpp 2083 SourceLocation OpLoc = ConsumeToken(); // Eat the "." or "->" token.
2098 Diag(OpLoc, diag::err_function_is_not_record)
2100 << FixItHint::CreateRemoval(OpLoc);
2104 LHS = Actions.ActOnStartCXXMemberReference(getCurScope(), Base, OpLoc,
2133 getCurScope(), OrigLHS, OpLoc, CorrectedOpKind, ObjectType,
2145 getCurScope(), Base, CorrectedBase, OpLoc, OpKind == tok::arrow,
2153 LHS = ParseCXXPseudoDestructor(LHS.get(), OpLoc, OpKind, SS,
2191 LHS = Actions.ActOnMemberAccessExpr(getCurScope(), LHS.get(), OpLoc,
ParseObjc.cpp 2783 SourceLocation OpLoc = ConsumeToken();
2803 Lit = Actions.ActOnUnaryOp(getCurScope(), OpLoc, Kind, Lit.get());
ParseOpenMP.cpp 3482 SourceLocation OpLoc = P.ConsumeToken();
3483 SourceLocation SymbolLocations[] = {OpLoc, OpLoc, SourceLocation()};
3484 ReductionId.setOperatorFunctionId(OpLoc, OOK, SymbolLocations);
  /src/external/apache2/llvm/dist/llvm/lib/TableGen/
TGParser.cpp 1110 SMLoc OpLoc = Lex.getLoc();
1187 Error(OpLoc, Twine("expected value of type '") +
1209 Error(OpLoc, Twine("expected value to be a typed value, got '" +
1230 Error(OpLoc,
1236 Error(OpLoc, Twine("expected first arg type to be '") +
1365 Error(OpLoc, "expected two operands to operator");
1858 SMLoc OpLoc = Lex.getLoc();
1913 Error(OpLoc,
1927 Error(OpLoc,
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/AsmParser/
X86AsmParser.cpp 2404 SMLoc OpLoc = Parser.getTok().getLoc();
2447 return Error(OpLoc, "expression has unknown type", SMRange(Start, End));

Completed in 75 milliseconds