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

  /external/clang/lib/Tooling/
RefactoringCallbacks.cpp 69 const Stmt *Body = PickTrueBranch ? Node->getThen() : Node->getElse();
  /external/clang/lib/ARCMigrate/
TransEmptyStatementsAndDealloc.cpp 105 if (!S->getThen() || !Visit(S->getThen()))
Transforms.cpp 269 mark(S->getThen());
  /external/clang/lib/StaticAnalyzer/Checkers/
IdenticalExprChecker.cpp 108 const Stmt *Stmt1 = I->getThen();
422 if (!isIdenticalStmt(Ctx, IStmt1->getThen(), IStmt2->getThen(),
  /frameworks/compile/slang/
slang_rs_ast_replace.cpp 137 } else if (matchesStmt(IS->getThen())) {
  /external/clang/lib/CodeGen/
CodeGenPGO.cpp 490 CountMap[S->getThen()] = ThenCount;
491 Visit(S->getThen());
CoverageMappingGen.cpp 809 extendRegion(S->getThen());
810 Counter OutCount = propagateCounts(ThenCount, S->getThen());
    [all...]
CGStmt.cpp 553 const Stmt *Executed = S.getThen();
580 getProfileCount(S.getThen()));
587 EmitStmt(S.getThen());
    [all...]
  /external/clang/include/clang/AST/
Stmt.h 903 const Stmt *getThen() const { return SubExprs[THEN]; }
909 Stmt *getThen() { return SubExprs[THEN]; }
    [all...]
  /external/clang/lib/AST/
StmtPrinter.cpp 187 if (CompoundStmt *CS = dyn_cast<CompoundStmt>(If->getThen())) {
193 PrintStmt(If->getThen());
    [all...]
ASTImporter.cpp     [all...]
ExprConstant.cpp     [all...]
  /external/v8/tools/gcmole/
gcmole.cc 1034 Environment then_out = VisitStmt(stmt->getThen(), 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...]
TreeTransform.h     [all...]
SemaDeclCXX.cpp     [all...]
  /external/clang/lib/Analysis/
CFG.cpp     [all...]
  /external/clang/lib/Serialization/
ASTWriterStmt.cpp 124 Writer.AddStmt(S->getThen());
    [all...]
  /external/clang/tools/libclang/
CIndex.cpp     [all...]
  /prebuilts/tools/common/m2/repository/net/sourceforge/pmd/pmd/5.1.1/
pmd-5.1.1.jar 

Completed in 241 milliseconds