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

  /external/clang/lib/Sema/
SemaExprMember.cpp 264 SourceLocation OpLoc, const IdentifierInfo *CompName,
319 S.Diag(OpLoc, diag::err_ext_vector_component_name_illegal)
334 S.Diag(OpLoc, diag::err_ext_vector_component_exceeds_length)
419 bool IsArrow, SourceLocation OpLoc,
451 IsArrow, OpLoc,
530 SourceLocation OpLoc, CXXScopeSpec &SS,
533 if (SemaRef.RequireCompleteType(OpLoc, QualType(RTy, 0),
602 SourceLocation OpLoc, bool IsArrow,
610 IsArrow, OpLoc,
622 OpLoc, SS, TemplateArgs != 0)
    [all...]
SemaExpr.cpp     [all...]
SemaExprCXX.cpp 345 Sema::ActOnCXXTypeid(SourceLocation OpLoc, SourceLocation LParenLoc,
349 return ExprError(Diag(OpLoc, diag::err_need_header_before_typeid));
357 return ExprError(Diag(OpLoc, diag::err_need_header_before_typeid));
371 TInfo = Context.getTrivialTypeSourceInfo(T, OpLoc);
373 return BuildCXXTypeId(TypeInfoType, OpLoc, TInfo, RParenLoc);
377 return BuildCXXTypeId(TypeInfoType, OpLoc, (Expr*)TyOrExpr, RParenLoc);
434 Sema::ActOnCXXUuidof(SourceLocation OpLoc, SourceLocation LParenLoc,
443 return ExprError(Diag(OpLoc, diag::err_need_header_before_ms_uuidof));
457 TInfo = Context.getTrivialTypeSourceInfo(T, OpLoc);
459 return BuildCXXUuidof(GuidType, OpLoc, TInfo, RParenLoc)
    [all...]
SemaOverload.cpp     [all...]
SemaCXXCast.cpp 136 Sema::ActOnCXXNamedCast(SourceLocation OpLoc, tok::TokenKind Kind,
153 return BuildCXXNamedCast(OpLoc, Kind, TInfo, move(E),
159 Sema::BuildCXXNamedCast(SourceLocation OpLoc, tok::TokenKind Kind,
165 SourceRange OpRange(OpLoc, Parens.getEnd());
187 VK, Ex.take(), DestTInfo, OpLoc,
202 OpLoc, Parens.getEnd()));
214 DestTInfo, OpLoc, Parens.getEnd()));
228 DestTInfo, OpLoc, Parens.getEnd()));
    [all...]
TreeTransform.h     [all...]
SemaTemplateVariadic.cpp 697 /// \param OpLoc The location of the "sizeof" keyword.
702 SourceLocation OpLoc,
750 return new (Context) SizeOfPackExpr(Context.getSizeType(), OpLoc,
SemaAccess.cpp     [all...]
SemaExprObjC.cpp 530 Expr *BaseExpr, SourceLocation OpLoc,
688 return HandleExprPropertyRefExpr(OPT, BaseExpr, OpLoc,
710 << FixItHint::CreateReplacement(OpLoc, "->");
749 SourceLocation()/*OpLoc*/,
    [all...]
SemaCodeComplete.cpp     [all...]
  /external/clang/lib/Lex/
PPExpressions.cpp 447 SourceLocation OpLoc = PeekTok.getLocation();
508 PP.Diag(OpLoc, diag::warn_pp_convert_lhs_to_positive)
513 PP.Diag(OpLoc, diag::warn_pp_convert_rhs_to_positive)
529 PP.Diag(OpLoc, diag::err_pp_remainder_by_zero)
541 PP.Diag(OpLoc, diag::err_pp_division_by_zero)
631 PP.Diag(OpLoc, diag::ext_pp_comma_expr)
640 PP.Diag(OpLoc, diag::note_matching) << "?";
673 PP.Diag(OpLoc, diag::err_pp_colon_without_question)
680 PP.Diag(OpLoc, diag::warn_pp_expr_overflow)
  /external/clang/include/clang/Sema/
Sema.h     [all...]
DeclSpec.h     [all...]
  /external/clang/lib/Parse/
ParseExprCXX.cpp 528 SourceLocation OpLoc = ConsumeToken();
565 Result = Actions.ActOnCXXNamedCast(OpLoc, Kind,
582 SourceLocation OpLoc = ConsumeToken();
602 Result = Actions.ActOnCXXTypeid(OpLoc, LParenLoc, /*isType=*/true,
633 Result = Actions.ActOnCXXTypeid(OpLoc, LParenLoc, /*isType=*/false,
649 SourceLocation OpLoc = ConsumeToken();
669 Result = Actions.ActOnCXXUuidof(OpLoc, LParenLoc, /*isType=*/true,
681 Result = Actions.ActOnCXXUuidof(OpLoc, LParenLoc, /*isType=*/false,
704 Parser::ParseCXXPseudoDestructor(ExprArg Base, SourceLocation OpLoc,
756 OpLoc, OpKind
    [all...]
ParseExpr.cpp     [all...]
  /external/clang/include/clang/AST/
Expr.h     [all...]
  /external/llvm/utils/TableGen/
TGParser.cpp 803 SMLoc OpLoc = Lex.getLoc();
861 Error(OpLoc, "expected two operands to operator");
    [all...]
  /external/clang/include/clang/Parse/
Parser.h     [all...]

Completed in 90 milliseconds