HomeSort by relevance Sort by last modified time
    Searched refs:isSentinelNullExpr (Results 1 - 4 of 4) sorted by null

  /external/clang/lib/Edit/
RewriteObjCFoundationAPI.cpp 413 if (!NS.getASTContext().isSentinelNullExpr(SentinelExpr))
473 if (!NS.getASTContext().isSentinelNullExpr(SentinelExpr))
530 if (!NS.getASTContext().isSentinelNullExpr(SentinelExpr))
    [all...]
  /external/clang/include/clang/AST/
ASTContext.h     [all...]
  /external/clang/lib/AST/
ASTContext.cpp     [all...]
  /external/clang/lib/Sema/
SemaExpr.cpp 398 if (Context.isSentinelNullExpr(sentinelExpr)) return;
    [all...]

Completed in 485 milliseconds