Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Edit/
H A DRewriteObjCFoundationAPI.cpp412 if (!NS.getASTContext().isSentinelNullExpr(SentinelExpr)) in rewriteToArrayLiteral()
472 if (!NS.getASTContext().isSentinelNullExpr(SentinelExpr)) in getNSArrayObjects()
529 if (!NS.getASTContext().isSentinelNullExpr(SentinelExpr)) in rewriteToDictionaryLiteral()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DASTContext.h2947 bool isSentinelNullExpr(const Expr *E);
/llvm-project-15.0.7/clang/lib/AST/
H A DASTContext.cpp2876 bool ASTContext::isSentinelNullExpr(const Expr *E) { in isSentinelNullExpr() function in ASTContext
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaExpr.cpp467 if (Context.isSentinelNullExpr(sentinelExpr)) return; in DiagnoseSentinelCalls()