Home
last modified time | relevance | path

Searched refs:isSentinelNullExpr (Results 1 – 4 of 4) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/clang/lib/Edit/
HDRewriteObjCFoundationAPI.cpp413 if (!NS.getASTContext().isSentinelNullExpr(SentinelExpr)) in rewriteToArrayLiteral()
473 if (!NS.getASTContext().isSentinelNullExpr(SentinelExpr)) in getNSArrayObjects()
530 if (!NS.getASTContext().isSentinelNullExpr(SentinelExpr)) in rewriteToDictionaryLiteral()
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/AST/
HDASTContext.h3086 bool isSentinelNullExpr(const Expr *E);
/freebsd-14-stable/contrib/llvm-project/clang/lib/AST/
HDASTContext.cpp2903 bool ASTContext::isSentinelNullExpr(const Expr *E) { in isSentinelNullExpr() function in ASTContext
/freebsd-14-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaExpr.cpp474 if (Context.isSentinelNullExpr(SentinelExpr)) in DiagnoseSentinelCalls()