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

  /external/clang/lib/Tooling/
RefactoringCallbacks.cpp 69 const Stmt *Body = PickTrueBranch ? Node->getThen() : Node->getElse();
  /external/clang/lib/StaticAnalyzer/Checkers/
IdenticalExprChecker.cpp 109 const Stmt *Stmt2 = I->getElse();
149 Else = I2->getElse();
425 if (!isIdenticalStmt(Ctx, IStmt1->getElse(), IStmt2->getElse(),
  /external/clang/lib/ARCMigrate/
TransEmptyStatementsAndDealloc.cpp 107 return !S->getElse() || Visit(S->getElse());
Transforms.cpp 270 mark(S->getElse());
  /frameworks/compile/slang/
slang_rs_ast_replace.cpp 139 } else if (matchesStmt(IS->getElse())) {
  /external/clang/lib/CodeGen/
CodeGenPGO.cpp 495 if (S->getElse()) {
497 CountMap[S->getElse()] = ElseCount;
498 Visit(S->getElse());
CoverageMappingGen.cpp 813 if (const Stmt *Else = S->getElse()) {
814 extendRegion(S->getElse());
    [all...]
CGStmt.cpp 554 const Stmt *Skipped = S.getElse();
576 if (S.getElse())
592 if (const Stmt *Else = S.getElse()) {
    [all...]
  /external/clang/lib/AST/
StmtPrinter.cpp 190 OS << (If->getElse() ? ' ' : '\n');
194 if (If->getElse()) Indent();
197 if (Stmt *Else = If->getElse()) {
209 PrintStmt(If->getElse());
    [all...]
ExprConstant.cpp     [all...]
ASTImporter.cpp     [all...]
  /external/clang/include/clang/AST/
Stmt.h 905 const Stmt *getElse() const { return SubExprs[ELSE]; }
910 Stmt *getElse() { return SubExprs[ELSE]; }
    [all...]
  /external/v8/tools/gcmole/
gcmole.cc 1035 Environment else_out = VisitStmt(stmt->getElse(), cond_out);
    [all...]
  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h     [all...]
  /external/clang/lib/Sema/
AnalysisBasedWarnings.cpp 740 CreateIfFixit(S, IS, IS->getThen(), IS->getElse(),
    [all...]
SemaDeclCXX.cpp     [all...]
TreeTransform.h     [all...]
  /external/clang/lib/Analysis/
CFG.cpp     [all...]
  /external/clang/lib/Serialization/
ASTWriterStmt.cpp 125 Writer.AddStmt(S->getElse());
    [all...]
  /external/clang/tools/libclang/
CIndex.cpp     [all...]
  /external/guice/extensions/struts2/lib/
struts2-core-2.2.1.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/pmd/pmd/5.1.1/
pmd-5.1.1.jar 

Completed in 630 milliseconds