Searched defs:QuestionLoc (Results 1 - 4 of 4) sorted by relevance

/external/clang/lib/Sema/
H A DSemaExprCXX.cpp3944 SourceLocation QuestionLoc,
4033 SourceLocation QuestionLoc) {
4035 OverloadCandidateSet CandidateSet(QuestionLoc);
4036 Self.AddBuiltinOperatorCandidates(OO_Conditional, QuestionLoc, Args, 2,
4040 switch (CandidateSet.BestViableFunction(Self, QuestionLoc, Best)) {
4057 Self.MarkFunctionReferenced(QuestionLoc, Best->Function);
4066 if (Self.DiagnoseConditionalForNull(LHS.get(), RHS.get(), QuestionLoc))
4069 Self.Diag(QuestionLoc, diag::err_typecheck_cond_incompatible_operands)
4075 Self.Diag(QuestionLoc, diag::err_conditional_ambiguous_ovl)
4111 SourceLocation QuestionLoc) {
3943 TryClassUnification(Sema &Self, Expr *From, Expr *To, SourceLocation QuestionLoc, bool &HaveConversion, QualType &ToType) argument
4032 FindConditionalOverload(Sema &Self, ExprResult &LHS, ExprResult &RHS, SourceLocation QuestionLoc) argument
4108 CXXCheckConditionalOperands(ExprResult &Cond, ExprResult &LHS, ExprResult &RHS, ExprValueKind &VK, ExprObjectKind &OK, SourceLocation QuestionLoc) argument
[all...]
H A DSemaExpr.cpp4630 SourceLocation QuestionLoc) {
4661 Diag(QuestionLoc, diag::err_typecheck_cond_incompatible_operands_null)
4896 SourceLocation QuestionLoc) {
4908 return CXXCheckConditionalOperands(Cond, LHS, RHS, VK, OK, QuestionLoc);
4933 return CheckVectorOperands(LHS, RHS, QuestionLoc, /*isCompAssign*/false);
4975 QuestionLoc);
4985 QuestionLoc);
4990 QuestionLoc);
4994 if (checkPointerIntegerMismatch(*this, LHS, RHS.get(), QuestionLoc,
4997 if (checkPointerIntegerMismatch(*this, RHS, LHS.get(), QuestionLoc,
4629 DiagnoseConditionalForNull(Expr *LHSExpr, Expr *RHSExpr, SourceLocation QuestionLoc) argument
4893 CheckConditionalOperands(ExprResult &Cond, ExprResult &LHS, ExprResult &RHS, ExprValueKind &VK, ExprObjectKind &OK, SourceLocation QuestionLoc) argument
5016 FindCompositeObjCPointerType(ExprResult &LHS, ExprResult &RHS, SourceLocation QuestionLoc) argument
5274 ActOnConditionalOp(SourceLocation QuestionLoc, SourceLocation ColonLoc, Expr *CondExpr, Expr *LHSExpr, Expr *RHSExpr) argument
[all...]
H A DTreeTransform.h1572 SourceLocation QuestionLoc,
1576 return getSema().ActOnConditionalOp(QuestionLoc, ColonLoc, Cond,
1571 RebuildConditionalOperator(Expr *Cond, SourceLocation QuestionLoc, Expr *LHS, SourceLocation ColonLoc, Expr *RHS) argument
/external/clang/include/clang/AST/
H A DExpr.h2965 SourceLocation QuestionLoc, ColonLoc; member in class:clang::StringLiteral::OffsetOfExpr::AbstractConditionalOperator
2976 QuestionLoc(qloc), ColonLoc(cloc) {}
2995 SourceLocation getQuestionLoc() const { return QuestionLoc; }

Completed in 128 milliseconds