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

/external/clang/lib/Edit/
H A DRewriteObjCFoundationAPI.cpp390 if (!NS.getASTContext().isSentinelNullExpr(SentinelExpr))
454 if (!NS.getASTContext().isSentinelNullExpr(SentinelExpr))
/external/clang/include/clang/AST/
H A DASTContext.h1883 bool isSentinelNullExpr(const Expr *E);
/external/clang/lib/AST/
H A DASTContext.cpp1627 bool ASTContext::isSentinelNullExpr(const Expr *E) { function in class:ASTContext
/external/clang/lib/Sema/
H A DSemaExpr.cpp355 if (Context.isSentinelNullExpr(sentinelExpr)) return;

Completed in 236 milliseconds