Home
last modified time | relevance | path

Searched refs:DiagnoseConditionalForNull (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp6339 if (Self.DiagnoseConditionalForNull(LHS.get(), RHS.get(), QuestionLoc)) in FindConditionalOverload()
6882 if (DiagnoseConditionalForNull(LHS.get(), RHS.get(), QuestionLoc)) in CXXCheckConditionalOperands()
H A DSemaExpr.cpp8692 bool Sema::DiagnoseConditionalForNull(const Expr *LHSExpr, const Expr *RHSExpr, in DiagnoseConditionalForNull() function in Sema
9355 if (DiagnoseConditionalForNull(LHS.get(), RHS.get(), QuestionLoc)) in CheckConditionalOperands()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h13011 bool DiagnoseConditionalForNull(const Expr *LHSExpr, const Expr *RHSExpr,