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

  /external/clang/lib/ARCMigrate/
TransEmptyStatementsAndDealloc.cpp 107 if (S->getElse() && !Visit(S->getElse()))
Transforms.cpp 208 mark(S->getElse());
  /frameworks/compile/slang/
slang_rs_ast_replace.cpp 135 } else if (matchesStmt(IS->getElse())) {
  /external/clang/lib/AST/
StmtPrinter.cpp 197 OS << (If->getElse() ? ' ' : '\n');
201 if (If->getElse()) Indent();
204 if (Stmt *Else = If->getElse()) {
216 PrintStmt(If->getElse());
    [all...]
  /external/clang/lib/CodeGen/
CGStmt.cpp 389 const Stmt *Skipped = S.getElse();
409 if (S.getElse())
422 if (const Stmt *Else = S.getElse()) {
    [all...]