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

  /external/clang/lib/Sema/
SemaStmt.cpp 95 void Sema::DiagnoseUnusedExprResult(const Stmt *S) {
97 return DiagnoseUnusedExprResult(Label->getSubStmt());
203 DiagnoseUnusedExprResult(Elts[i]);
294 DiagnoseUnusedExprResult(thenStmt);
313 DiagnoseUnusedExprResult(elseStmt);
    [all...]
SemaExpr.cpp     [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 222 milliseconds