Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Edit/
H A DRewriteObjCFoundationAPI.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/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h2993 bool isSentinelNullExpr(const Expr *E);
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp2848 bool ASTContext::isSentinelNullExpr(const Expr *E) { in isSentinelNullExpr() function in ASTContext
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp484 if (Context.isSentinelNullExpr(SentinelExpr)) in DiagnoseSentinelCalls()