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

  /external/clang/lib/Sema/
SemaExprMember.cpp 291 SourceLocation OpLoc, const IdentifierInfo *CompName,
344 S.Diag(OpLoc, diag::err_ext_vector_component_name_illegal)
359 S.Diag(OpLoc, diag::err_ext_vector_component_exceeds_length)
444 bool IsArrow, SourceLocation OpLoc,
464 Diag(OpLoc, diag::err_typecheck_member_reference_struct_union)
477 Context, BaseExpr, BaseType, IsArrow, OpLoc,
603 SourceLocation OpLoc, bool IsArrow,
609 SemaRef.RequireCompleteType(OpLoc, QualType(RTy, 0),
688 BaseExpr, BaseExpr->getType(), OpLoc, IsArrow, SS, SourceLocation(),
698 SourceLocation OpLoc, CXXScopeSpec &SS
    [all...]
SemaExpr.cpp     [all...]
SemaOverload.cpp     [all...]
SemaExprCXX.cpp 466 Sema::ActOnCXXTypeid(SourceLocation OpLoc, SourceLocation LParenLoc,
470 return ExprError(Diag(OpLoc, diag::err_need_header_before_typeid));
484 return ExprError(Diag(OpLoc, diag::err_need_header_before_typeid));
488 return ExprError(Diag(OpLoc, diag::err_no_typeid_with_fno_rtti));
502 TInfo = Context.getTrivialTypeSourceInfo(T, OpLoc);
504 return BuildCXXTypeId(TypeInfoType, OpLoc, TInfo, RParenLoc);
508 return BuildCXXTypeId(TypeInfoType, OpLoc, (Expr*)TyOrExpr, RParenLoc);
553 Sema::ActOnCXXUuidof(SourceLocation OpLoc, SourceLocation LParenLoc,
562 return ExprError(Diag(OpLoc, diag::err_need_header_before_ms_uuidof));
576 TInfo = Context.getTrivialTypeSourceInfo(T, OpLoc);
    [all...]
SemaCast.cpp 213 Sema::ActOnCXXNamedCast(SourceLocation OpLoc, tok::TokenKind Kind,
230 return BuildCXXNamedCast(OpLoc, Kind, TInfo, E,
236 Sema::BuildCXXNamedCast(SourceLocation OpLoc, tok::TokenKind Kind,
247 Op.OpRange = SourceRange(OpLoc, Parens.getEnd());
261 OpLoc, Parens.getEnd(),
273 OpLoc, Parens.getEnd(),
284 nullptr, DestTInfo, OpLoc,
298 OpLoc, Parens.getEnd(),
    [all...]
SemaTemplateVariadic.cpp 822 /// \param OpLoc The location of the "sizeof" keyword.
827 SourceLocation OpLoc,
869 MarkAnyDeclReferenced(OpLoc, ParameterPack, true);
871 return SizeOfPackExpr::Create(Context, OpLoc, ParameterPack, NameLoc,
    [all...]
TreeTransform.h     [all...]
SemaAccess.cpp     [all...]
SemaExprObjC.cpp     [all...]
SemaOpenMP.cpp     [all...]
SemaCodeComplete.cpp     [all...]
  /external/clang/lib/Lex/
PPExpressions.cpp 491 SourceLocation OpLoc = PeekTok.getLocation();
552 PP.Diag(OpLoc, diag::warn_pp_convert_to_positive) << 0
557 PP.Diag(OpLoc, diag::warn_pp_convert_to_positive) << 1
573 PP.Diag(OpLoc, diag::err_pp_remainder_by_zero)
585 PP.Diag(OpLoc, diag::err_pp_division_by_zero)
670 PP.Diag(OpLoc, diag::ext_pp_comma_expr)
679 PP.Diag(OpLoc, diag::note_matching) << tok::question;
712 PP.Diag(OpLoc, diag::err_pp_colon_without_question)
719 PP.Diag(OpLoc, diag::warn_pp_expr_overflow)
  /external/clang/include/clang/AST/
ExprObjC.h 488 /// OpLoc - This is the location of '.' or '->'
489 SourceLocation OpLoc;
496 SourceLocation l, SourceLocation oploc,
504 D(d), Base(base), Loc(l), OpLoc(oploc),
531 SourceLocation getOpLoc() const { return OpLoc; }
532 void setOpLoc(SourceLocation L) { OpLoc = L; }
    [all...]
Expr.h     [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]
DeclSpec.h     [all...]
  /external/clang/lib/Parse/
ParseExprCXX.cpp     [all...]
ParseOpenMP.cpp 774 SourceLocation OpLoc = P.ConsumeToken();
775 SourceLocation SymbolLocations[] = {OpLoc, OpLoc, SourceLocation()};
776 ReductionId.setOperatorFunctionId(OpLoc, OOK, SymbolLocations);
    [all...]
ParseExpr.cpp     [all...]
ParseObjc.cpp     [all...]
  /external/llvm/lib/TableGen/
TGParser.cpp 886 SMLoc OpLoc = Lex.getLoc();
943 Error(OpLoc, "expected a list");
963 Error(OpLoc, "expected two operands to operator");
    [all...]
  /external/clang/include/clang/Parse/
Parser.h     [all...]
  /external/clang/lib/AST/
Expr.cpp     [all...]

Completed in 1016 milliseconds