| /src/external/apache2/llvm/dist/clang/lib/Sema/ |
| SemaExprMember.cpp | 298 SourceLocation OpLoc, const IdentifierInfo *CompName, 345 S.Diag(OpLoc, diag::ext_opencl_ext_vector_type_rgba_selector) 361 S.Diag(OpLoc, diag::err_ext_vector_component_name_illegal) 376 S.Diag(OpLoc, diag::err_ext_vector_component_exceeds_length) 392 S.Diag(OpLoc, diag::err_opencl_ext_vector_component_invalid_length) 478 bool IsArrow, SourceLocation OpLoc, 498 Diag(OpLoc, diag::err_typecheck_member_reference_struct_union) 511 Context, BaseExpr, BaseType, IsArrow, OpLoc, 641 SourceLocation OpLoc, bool IsArrow, 648 SemaRef.RequireCompleteType(OpLoc, QualType(RTy, 0) [all...] |
| SemaExpr.cpp | 4223 SourceLocation OpLoc, 4246 return CheckVecStepTraitOperandType(*this, ExprType, OpLoc, ExprRange); 4249 if (!CheckExtensionTraitOperandType(*this, ExprType, OpLoc, ExprRange, 4254 OpLoc, ExprType, diag::err_sizeof_alignof_incomplete_or_sizeless_type, 4259 Diag(OpLoc, diag::err_sizeof_alignof_function_type) 4264 if (CheckObjCTraitOperandConstraints(*this, ExprType, OpLoc, ExprRange, 4445 SourceLocation OpLoc, 4454 CheckUnaryExprOrTypeTraitOperand(T, OpLoc, R, ExprKind)) 4483 ExprKind, TInfo, Context.getSizeType(), OpLoc, R.getEnd()); 4489 Sema::CreateUnaryExprOrTypeTraitExpr(Expr *E, SourceLocation OpLoc, [all...] |
| SemaExprCXX.cpp | 618 Sema::ActOnCXXTypeid(SourceLocation OpLoc, SourceLocation LParenLoc, 622 return ExprError(Diag(OpLoc, diag::err_openclcxx_not_supported) 628 return ExprError(Diag(OpLoc, diag::err_need_header_before_typeid)); 642 return ExprError(Diag(OpLoc, diag::err_need_header_before_typeid)); 646 return ExprError(Diag(OpLoc, diag::err_no_typeid_with_fno_rtti)); 660 TInfo = Context.getTrivialTypeSourceInfo(T, OpLoc); 662 return BuildCXXTypeId(TypeInfoType, OpLoc, TInfo, RParenLoc); 667 BuildCXXTypeId(TypeInfoType, OpLoc, (Expr *)TyOrExpr, RParenLoc); 672 Diag(OpLoc, diag::warn_no_typeid_with_rtti_disabled) 760 Sema::ActOnCXXUuidof(SourceLocation OpLoc, SourceLocation LParenLoc [all...] |
| SemaOverload.cpp | 7669 SourceLocation OpLoc, 7691 if (!isCompleteType(OpLoc, T1) && !T1Rec->isBeingDefined()) 7697 LookupResult Operators(*this, OpName, OpLoc, LookupOrdinaryName); 9118 SourceLocation OpLoc, 9136 OpLoc, 11259 SourceLocation OpLoc, 11268 S.Diag(OpLoc, diag::note_ovl_builtin_candidate) << TypeStr; 11273 S.Diag(OpLoc, diag::note_ovl_builtin_candidate) << TypeStr; 11277 static void NoteAmbiguousUserConversions(Sema &S, SourceLocation OpLoc, 11284 S, OpLoc, S.PDiag(diag::note_ambiguous_type_conversion)) [all...] |
| SemaCast.cpp | 167 SourceLocation OpLoc) { 172 S.Diag(OpLoc, diag::warn_noderef_to_dereferenceable_pointer); 264 Sema::ActOnCXXNamedCast(SourceLocation OpLoc, tok::TokenKind Kind, 281 return BuildCXXNamedCast(OpLoc, Kind, TInfo, E, 287 Sema::BuildCXXNamedCast(SourceLocation OpLoc, tok::TokenKind Kind, 298 Op.OpRange = SourceRange(OpLoc, Parens.getEnd()); 312 DestTInfo, OpLoc, Parens.getEnd(), AngleBrackets)); 323 OpLoc, Parens.getEnd(), 329 return ExprError(Diag(OpLoc, diag::err_openclcxx_not_supported) 341 OpLoc, Parens.getEnd() [all...] |
| SemaTemplateVariadic.cpp | 1000 /// \param OpLoc The location of the "sizeof" keyword. 1005 SourceLocation OpLoc, 1048 MarkAnyDeclReferenced(OpLoc, ParameterPack, true); 1050 return SizeOfPackExpr::Create(Context, OpLoc, ParameterPack, NameLoc,
|
| TreeTransform.h | 2463 ExprResult RebuildUnaryOperator(SourceLocation OpLoc, 2466 return getSema().BuildUnaryOp(/*Scope=*/nullptr, OpLoc, Opc, SubExpr); 2487 SourceLocation OpLoc, 2490 return getSema().CreateUnaryExprOrTypeTraitExpr(TInfo, OpLoc, ExprKind, R); 2498 ExprResult RebuildUnaryExprOrTypeTrait(Expr *SubExpr, SourceLocation OpLoc, 2502 = getSema().CreateUnaryExprOrTypeTraitExpr(SubExpr, OpLoc, ExprKind); 2587 ExprResult RebuildMemberExpr(Expr *Base, SourceLocation OpLoc, 2615 Base, isArrow, OpLoc, EmptySS, cast<FieldDecl>(Member), 2634 return getSema().BuildMemberReferenceExpr(Base, BaseType, OpLoc, isArrow, 2645 ExprResult RebuildBinaryOperator(SourceLocation OpLoc, [all...] |
| SemaAccess.cpp | 1713 Sema::AccessResult Sema::CheckAllocationAccess(SourceLocation OpLoc, 1729 return CheckAccess(*this, OpLoc, Entity); 1765 Sema::AccessResult Sema::CheckMemberOperatorAccess(SourceLocation OpLoc, 1782 return CheckAccess(*this, OpLoc, Entity);
|
| AnalysisBasedWarnings.cpp | 338 static void EmitDiagForCXXThrowInNonThrowingFunc(Sema &S, SourceLocation OpLoc, 340 if (!S.getSourceManager().isInSystemHeader(OpLoc) && 342 S.Diag(OpLoc, diag::warn_throw_in_noexcept_func) << FD;
|
| SemaExprObjC.cpp | 1977 Expr *BaseExpr, SourceLocation OpLoc, 2127 return HandleExprPropertyRefExpr(OPT, BaseExpr, OpLoc, 2146 << FixItHint::CreateReplacement(OpLoc, "->"); 2187 SourceLocation()/*OpLoc*/,
|
| /src/external/apache2/llvm/dist/clang/include/clang/Lex/ |
| TokenLexer.h | 218 void HandleMicrosoftCommentPaste(Token &Tok, SourceLocation OpLoc);
|
| /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)
|
| TokenLexer.cpp | 946 void TokenLexer::HandleMicrosoftCommentPaste(Token &Tok, SourceLocation OpLoc) { 947 PP.Diag(OpLoc, diag::ext_comment_paste_microsoft);
|
| /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...] |
| Expr.h | 2486 SourceLocation OpLoc, RParenLoc; 2493 OpLoc(op), RParenLoc(rp) { 2553 SourceLocation getOperatorLoc() const { return OpLoc; } 2554 void setOperatorLoc(SourceLocation L) { OpLoc = L; } 2559 SourceLocation getBeginLoc() const LLVM_READONLY { return OpLoc; } 3755 SourceLocation opLoc, FPOptionsOverride FPFeatures); 3767 ExprObjectKind OK, SourceLocation opLoc, 3770 SourceLocation getOperatorLoc() const { return BinaryOperatorBits.OpLoc; } 3771 void setOperatorLoc(SourceLocation L) { BinaryOperatorBits.OpLoc = L; } 3955 SourceLocation opLoc, FPOptionsOverride FPFeatures [all...] |
| /src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
| Overload.h | 1052 bool shouldDeferDiags(Sema &S, ArrayRef<Expr *> Args, SourceLocation OpLoc); 1127 SourceLocation OpLoc = SourceLocation(), 1141 SourceLocation OpLoc = SourceLocation());
|
| Sema.h | 317 SourceLocation OpLoc); 3679 SourceLocation OpLoc, ArrayRef<Expr *> Args, 3687 SourceLocation OpLoc, ArrayRef<Expr *> Args, 3832 ExprResult CreateOverloadedUnaryOp(SourceLocation OpLoc, 3841 ExprResult CreateOverloadedBinOp(SourceLocation OpLoc, 3848 ExprResult BuildSynthesizedThreeWayComparison(SourceLocation OpLoc, 3868 SourceLocation OpLoc, 4881 SourceLocation OpLoc); 5141 SourceLocation opLoc = SourceLocation()); 5218 ExprResult CreateBuiltinUnaryOp(SourceLocation OpLoc, UnaryOperatorKind Opc [all...] |
| DeclSpec.h | 1079 /// \param OpLoc the location of the 'operator' keyword. 1082 void setLiteralOperatorId(const IdentifierInfo *Id, SourceLocation OpLoc, 1086 StartLocation = OpLoc;
|
| /src/external/apache2/llvm/dist/clang/lib/Parse/ |
| ParseExprCXX.cpp | 1506 SourceLocation OpLoc = ConsumeToken(); 1544 Result = Actions.ActOnCXXNamedCast(OpLoc, Kind, 1562 SourceLocation OpLoc = ConsumeToken(); 1599 Result = Actions.ActOnCXXTypeid(OpLoc, LParenLoc, /*isType=*/true, 1613 Result = Actions.ActOnCXXTypeid(OpLoc, LParenLoc, /*isType=*/false, 1629 SourceLocation OpLoc = ConsumeToken(); 1647 Result = Actions.ActOnCXXUuidof(OpLoc, T.getOpenLocation(), /*isType=*/true, 1661 Result = Actions.ActOnCXXUuidof(OpLoc, T.getOpenLocation(), 1702 Parser::ParseCXXPseudoDestructor(Expr *Base, SourceLocation OpLoc, 1738 return Actions.ActOnPseudoDestructorExpr(getCurScope(), Base, OpLoc, OpKind [all...] |
| 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,
|
| ParseOpenMP.cpp | 3482 SourceLocation OpLoc = P.ConsumeToken(); 3483 SourceLocation SymbolLocations[] = {OpLoc, OpLoc, SourceLocation()}; 3484 ReductionId.setOperatorFunctionId(OpLoc, OOK, SymbolLocations);
|
| ParseObjc.cpp | 2783 SourceLocation OpLoc = ConsumeToken(); 2803 Lit = Actions.ActOnUnaryOp(getCurScope(), OpLoc, Kind, Lit.get());
|
| /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/clang/lib/AST/ |
| Expr.cpp | 1561 OpLoc(op), RParenLoc(rp) { 4407 ExprObjectKind OK, SourceLocation opLoc, 4413 BinaryOperatorBits.OpLoc = opLoc; 4424 ExprObjectKind OK, SourceLocation opLoc, 4430 BinaryOperatorBits.OpLoc = opLoc; 4450 SourceLocation opLoc, 4457 BinaryOperator(C, lhs, rhs, opc, ResTy, VK, OK, opLoc, FPFeatures); 4471 ExprObjectKind OK, SourceLocation opLoc, [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/FileCheck/ |
| FileCheck.cpp | 657 SMLoc OpLoc = SMLoc::getFromPointer(RemainingExpr.data()); 669 SM, OpLoc, Twine("unsupported operation '") + Twine(Operator) + "'");
|