| /freebsd-12.1/contrib/llvm/tools/clang/lib/Tooling/Refactoring/Extract/ |
| H A D | SourceExtraction.cpp | 34 return isSemicolonRequiredAfter(If->getElse() ? If->getElse() in isSemicolonRequiredAfter()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | IdenticalExprChecker.cpp | 109 const Stmt *Stmt2 = I->getElse(); in VisitIfStmt() 149 Else = I2->getElse(); in VisitIfStmt() 426 if (!isIdenticalStmt(Ctx, IStmt1->getElse(), IStmt2->getElse(), in isIdenticalStmt()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/ARCMigrate/ |
| H A D | TransEmptyStatementsAndDealloc.cpp | 107 return !S->getElse() || Visit(S->getElse()); in VisitIfStmt()
|
| H A D | Transforms.cpp | 265 mark(S->getElse()); in VisitIfStmt()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | CodeGenPGO.cpp | 225 else if (CS == If->getElse()) in TraverseIfStmt() 647 if (S->getElse()) { in VisitIfStmt() 649 CountMap[S->getElse()] = ElseCount; in VisitIfStmt() 650 Visit(S->getElse()); in VisitIfStmt()
|
| H A D | CGStmt.cpp | 618 const Stmt *Skipped = S.getElse(); in EmitIfStmt() 640 if (S.getElse()) in EmitIfStmt() 656 if (const Stmt *Else = S.getElse()) { in EmitIfStmt()
|
| H A D | CoverageMappingGen.cpp | 1195 if (const Stmt *Else = S->getElse()) { in VisitIfStmt()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Tooling/ |
| H A D | RefactoringCallbacks.cpp | 130 const Stmt *Body = PickTrueBranch ? Node->getThen() : Node->getElse(); in run()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/AST/ |
| H A D | StmtPrinter.cpp | 254 OS << (If->getElse() ? " " : NL); in PrintRawIfStmt() 258 if (If->getElse()) Indent(); in PrintRawIfStmt() 261 if (Stmt *Else = If->getElse()) { in PrintRawIfStmt() 273 PrintStmt(If->getElse()); in PrintRawIfStmt()
|
| H A D | ExprConstant.cpp | 4058 if (ESR != ESR_CaseNotFound || !IS->getElse()) in EvaluateStmt() 4060 return EvaluateStmt(Result, Info, IS->getElse(), Case); in EvaluateStmt() 4162 if (const Stmt *SubStmt = Cond ? IS->getThen() : IS->getElse()) { in EvaluateStmt()
|
| H A D | ASTImporter.cpp | 5720 S->getThen(), S->getElseLoc(), S->getElse()); in VisitIfStmt()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/ |
| H A D | Stmt.h | 1783 Stmt *getElse() { in getElse() function 1788 const Stmt *getElse() const { in getElse() function 1867 if (getElse()) in getEndLoc() 1868 return getElse()->getEndLoc(); in getEndLoc()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | JumpDiagnostics.cpp | 363 if (Stmt *Else = IS->getElse()) { in BuildScopeInformation()
|
| H A D | AnalysisBasedWarnings.cpp | 856 CreateIfFixit(S, IS, IS->getThen(), IS->getElse(), in DiagUninitUse()
|
| H A D | SemaDeclAttr.cpp | 7953 cast<IfStmt>(Parent)->getElse() == S; in isBodyLikeChildStmt() 8256 return TraverseStmt(If->getThen()) && TraverseStmt(If->getElse()); in TraverseIfStmt() 8266 return ShouldContinue && TraverseStmt(If->getElse()); in TraverseIfStmt()
|
| H A D | TreeTransform.h | 6699 Else = getDerived().TransformStmt(S->getElse()); in TransformIfStmt() 6708 Else.get() == S->getElse()) in TransformIfStmt()
|
| H A D | SemaDeclCXX.cpp | 1867 if (If->getElse() && in CheckConstexprFunctionStmt() 1868 !CheckConstexprFunctionStmt(SemaRef, Dcl, If->getElse(), ReturnStmts, in CheckConstexprFunctionStmt()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/ |
| H A D | ASTWriterStmt.cpp | 135 bool HasElse = S->getElse() != nullptr; in VisitIfStmt() 147 Record.AddStmt(S->getElse()); in VisitIfStmt()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/ASTMatchers/ |
| H A D | ASTMatchers.h | 4118 const Stmt *const Else = Node.getElse(); in AST_MATCHER_P()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Analysis/ |
| H A D | CFG.cpp | 2790 if (Stmt *Else = I->getElse()) { in VisitIfStmt()
|