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

1 2

  /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();
420 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 496 CountMap[S->getThen()] = ThenCount;
497 Visit(S->getThen());
CoverageMappingGen.cpp 852 extendRegion(S->getThen());
853 Counter OutCount = propagateCounts(ThenCount, S->getThen());
    [all...]
CGStmt.cpp 587 const Stmt *Executed = S.getThen();
614 getProfileCount(S.getThen()));
621 EmitStmt(S.getThen());
    [all...]
  /external/clang/include/clang/AST/
Stmt.h 919 const Stmt *getThen() const { return SubExprs[THEN]; }
925 Stmt *getThen() { return SubExprs[THEN]; }
    [all...]
  /external/clang/lib/AST/
StmtPrinter.cpp 188 if (CompoundStmt *CS = dyn_cast<CompoundStmt>(If->getThen())) {
194 PrintStmt(If->getThen());
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
Stmt.h 943 const Stmt *getThen() const { return SubExprs[THEN]; }
949 Stmt *getThen() { return SubExprs[THEN]; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/AST/
Stmt.h 943 const Stmt *getThen() const { return SubExprs[THEN]; }
949 Stmt *getThen() { return SubExprs[THEN]; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/AST/
Stmt.h 943 const Stmt *getThen() const { return SubExprs[THEN]; }
949 Stmt *getThen() { return SubExprs[THEN]; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/AST/
Stmt.h 943 const Stmt *getThen() const { return SubExprs[THEN]; }
949 Stmt *getThen() { return SubExprs[THEN]; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/AST/
Stmt.h 943 const Stmt *getThen() const { return SubExprs[THEN]; }
949 Stmt *getThen() { return SubExprs[THEN]; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/AST/
Stmt.h 943 const Stmt *getThen() const { return SubExprs[THEN]; }
949 Stmt *getThen() { return SubExprs[THEN]; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/AST/
Stmt.h 943 const Stmt *getThen() const { return SubExprs[THEN]; }
949 Stmt *getThen() { return SubExprs[THEN]; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
Stmt.h 943 const Stmt *getThen() const { return SubExprs[THEN]; }
949 Stmt *getThen() { return SubExprs[THEN]; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/AST/
Stmt.h 943 const Stmt *getThen() const { return SubExprs[THEN]; }
949 Stmt *getThen() { return SubExprs[THEN]; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/AST/
Stmt.h 943 const Stmt *getThen() const { return SubExprs[THEN]; }
949 Stmt *getThen() { return SubExprs[THEN]; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/AST/
Stmt.h 943 const Stmt *getThen() const { return SubExprs[THEN]; }
949 Stmt *getThen() { return SubExprs[THEN]; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/AST/
Stmt.h 943 const Stmt *getThen() const { return SubExprs[THEN]; }
949 Stmt *getThen() { return SubExprs[THEN]; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/AST/
Stmt.h 943 const Stmt *getThen() const { return SubExprs[THEN]; }
949 Stmt *getThen() { return SubExprs[THEN]; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/AST/
Stmt.h 943 const Stmt *getThen() const { return SubExprs[THEN]; }
949 Stmt *getThen() { return SubExprs[THEN]; }
    [all...]
  /external/clang/lib/Sema/
JumpDiagnostics.cpp 346 BuildScopeInformation(IS->getThen(), NewParentScope);
    [all...]

Completed in 931 milliseconds

1 2