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

1 2 3 4 5

  /external/clang/lib/Sema/
SemaExprMember.cpp 292 SourceLocation OpLoc, const IdentifierInfo *CompName,
339 S.Diag(OpLoc, diag::ext_opencl_ext_vector_type_rgba_selector)
356 S.Diag(OpLoc, diag::err_ext_vector_component_name_illegal)
371 S.Diag(OpLoc, diag::err_ext_vector_component_exceeds_length)
458 bool IsArrow, SourceLocation OpLoc,
478 Diag(OpLoc, diag::err_typecheck_member_reference_struct_union)
491 Context, BaseExpr, BaseType, IsArrow, OpLoc,
617 SourceLocation OpLoc, bool IsArrow,
623 SemaRef.RequireCompleteType(OpLoc, QualType(RTy, 0),
702 BaseExpr, BaseExpr->getType(), OpLoc, IsArrow, SS, SourceLocation()
    [all...]
SemaExpr.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);
594 Sema::ActOnCXXUuidof(SourceLocation OpLoc, SourceLocation LParenLoc,
603 return ExprError(Diag(OpLoc, diag::err_need_header_before_ms_uuidof));
617 TInfo = Context.getTrivialTypeSourceInfo(T, OpLoc);
    [all...]
  /external/clang/include/clang/Lex/
TokenLexer.h 178 void HandleMicrosoftCommentPaste(Token &Tok, SourceLocation OpLoc);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Lex/
TokenLexer.h 178 void HandleMicrosoftCommentPaste(Token &Tok, SourceLocation OpLoc);
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Lex/
TokenLexer.h 178 void HandleMicrosoftCommentPaste(Token &Tok, SourceLocation OpLoc);
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Lex/
TokenLexer.h 178 void HandleMicrosoftCommentPaste(Token &Tok, SourceLocation OpLoc);
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Lex/
TokenLexer.h 221 void HandleMicrosoftCommentPaste(Token &Tok, SourceLocation OpLoc);
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Lex/
TokenLexer.h 221 void HandleMicrosoftCommentPaste(Token &Tok, SourceLocation OpLoc);
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Lex/
TokenLexer.h 221 void HandleMicrosoftCommentPaste(Token &Tok, SourceLocation OpLoc);
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Lex/
TokenLexer.h 221 void HandleMicrosoftCommentPaste(Token &Tok, SourceLocation OpLoc);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Lex/
TokenLexer.h 178 void HandleMicrosoftCommentPaste(Token &Tok, SourceLocation OpLoc);
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Lex/
TokenLexer.h 178 void HandleMicrosoftCommentPaste(Token &Tok, SourceLocation OpLoc);
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Lex/
TokenLexer.h 178 void HandleMicrosoftCommentPaste(Token &Tok, SourceLocation OpLoc);
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Lex/
TokenLexer.h 221 void HandleMicrosoftCommentPaste(Token &Tok, SourceLocation OpLoc);
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Lex/
TokenLexer.h 221 void HandleMicrosoftCommentPaste(Token &Tok, SourceLocation OpLoc);
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Lex/
TokenLexer.h 221 void HandleMicrosoftCommentPaste(Token &Tok, SourceLocation OpLoc);
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Lex/
TokenLexer.h 221 void HandleMicrosoftCommentPaste(Token &Tok, SourceLocation OpLoc);
  /external/clang/lib/Lex/
PPExpressions.cpp 558 SourceLocation OpLoc = PeekTok.getLocation();
618 PP.Diag(OpLoc, diag::warn_pp_convert_to_positive) << 0
623 PP.Diag(OpLoc, diag::warn_pp_convert_to_positive) << 1
639 PP.Diag(OpLoc, diag::err_pp_remainder_by_zero)
651 PP.Diag(OpLoc, diag::err_pp_division_by_zero)
738 PP.Diag(OpLoc, diag::ext_pp_comma_expr)
747 PP.Diag(OpLoc, diag::note_matching) << tok::question;
780 PP.Diag(OpLoc, diag::err_pp_colon_without_question)
787 PP.Diag(OpLoc, diag::warn_pp_expr_overflow)
  /external/clang/include/clang/AST/
ExprObjC.h 483 /// OpLoc - This is the location of '.' or '->'
484 SourceLocation OpLoc;
491 SourceLocation l, SourceLocation oploc,
499 D(d), Base(base), Loc(l), OpLoc(oploc),
526 SourceLocation getOpLoc() const { return OpLoc; }
527 void setOpLoc(SourceLocation L) { OpLoc = L; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
ExprObjC.h 483 /// OpLoc - This is the location of '.' or '->'
484 SourceLocation OpLoc;
491 SourceLocation l, SourceLocation oploc,
499 D(d), Base(base), Loc(l), OpLoc(oploc),
526 SourceLocation getOpLoc() const { return OpLoc; }
527 void setOpLoc(SourceLocation L) { OpLoc = L; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/AST/
ExprObjC.h 483 /// OpLoc - This is the location of '.' or '->'
484 SourceLocation OpLoc;
491 SourceLocation l, SourceLocation oploc,
499 D(d), Base(base), Loc(l), OpLoc(oploc),
526 SourceLocation getOpLoc() const { return OpLoc; }
527 void setOpLoc(SourceLocation L) { OpLoc = L; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/AST/
ExprObjC.h 483 /// OpLoc - This is the location of '.' or '->'
484 SourceLocation OpLoc;
491 SourceLocation l, SourceLocation oploc,
499 D(d), Base(base), Loc(l), OpLoc(oploc),
526 SourceLocation getOpLoc() const { return OpLoc; }
527 void setOpLoc(SourceLocation L) { OpLoc = L; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/AST/
ExprObjC.h 483 /// OpLoc - This is the location of '.' or '->'
484 SourceLocation OpLoc;
491 SourceLocation l, SourceLocation oploc,
499 D(d), Base(base), Loc(l), OpLoc(oploc),
526 SourceLocation getOpLoc() const { return OpLoc; }
527 void setOpLoc(SourceLocation L) { OpLoc = L; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/AST/
ExprObjC.h 483 /// OpLoc - This is the location of '.' or '->'
484 SourceLocation OpLoc;
491 SourceLocation l, SourceLocation oploc,
499 D(d), Base(base), Loc(l), OpLoc(oploc),
526 SourceLocation getOpLoc() const { return OpLoc; }
527 void setOpLoc(SourceLocation L) { OpLoc = L; }
    [all...]

Completed in 421 milliseconds

1 2 3 4 5