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 257 if (!NS.getASTContext().isSentinelNullExpr(SentinelExpr))
313 if (!NS.getASTContext().isSentinelNullExpr(SentinelExpr))
  /external/clang/include/clang/AST/
ASTContext.h     [all...]
  /external/clang/lib/AST/
ASTContext.cpp     [all...]
  /external/clang/lib/Sema/
SemaExpr.cpp 274 if (Context.isSentinelNullExpr(sentinelExpr)) return;
    [all...]

Completed in 40 milliseconds