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.cpp6587 if (Self.DiagnoseConditionalForNull(LHS.get(), RHS.get(), QuestionLoc)) in FindConditionalOverload()
7110 if (DiagnoseConditionalForNull(LHS.get(), RHS.get(), QuestionLoc)) in CXXCheckConditionalOperands()
H A DSemaExpr.cpp7841 bool Sema::DiagnoseConditionalForNull(const Expr *LHSExpr, const Expr *RHSExpr, in DiagnoseConditionalForNull() function in Sema
8504 if (DiagnoseConditionalForNull(LHS.get(), RHS.get(), QuestionLoc)) in CheckConditionalOperands()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h7371 bool DiagnoseConditionalForNull(const Expr *LHSExpr, const Expr *RHSExpr,