Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaExprCXX.cpp6222 if (Self.DiagnoseConditionalForNull(LHS.get(), RHS.get(), QuestionLoc)) in FindConditionalOverload()
6758 if (DiagnoseConditionalForNull(LHS.get(), RHS.get(), QuestionLoc)) in CXXCheckConditionalOperands()
H A DSemaExpr.cpp8351 bool Sema::DiagnoseConditionalForNull(Expr *LHSExpr, Expr *RHSExpr, in DiagnoseConditionalForNull() function in Sema
9017 if (DiagnoseConditionalForNull(LHS.get(), RHS.get(), QuestionLoc)) in CheckConditionalOperands()
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DSema.h12597 bool DiagnoseConditionalForNull(Expr *LHSExpr, Expr *RHSExpr,