Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp5593 if (Self.DiagnoseConditionalForNull(LHS.get(), RHS.get(), QuestionLoc)) in FindConditionalOverload()
6117 if (DiagnoseConditionalForNull(LHS.get(), RHS.get(), QuestionLoc)) in CXXCheckConditionalOperands()
H A DSemaExpr.cpp8000 bool Sema::DiagnoseConditionalForNull(const Expr *LHSExpr, const Expr *RHSExpr, in DiagnoseConditionalForNull() function in Sema
8675 if (DiagnoseConditionalForNull(LHS.get(), RHS.get(), QuestionLoc)) in CheckConditionalOperands()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h7794 bool DiagnoseConditionalForNull(const Expr *LHSExpr, const Expr *RHSExpr,