| /openbsd-src/gnu/llvm/clang/lib/AST/ |
| H A D | StmtObjC.cpp | 20 ObjCForCollectionStmt::ObjCForCollectionStmt(Stmt *Elem, Expr *Collect, in ObjCForCollectionStmt() function in ObjCForCollectionStmt
|
| H A D | ParentMap.cpp | 210 return DirectChild == cast<ObjCForCollectionStmt>(P)->getCollection(); in isConsumedExpr()
|
| H A D | StmtProfile.cpp | 379 void StmtProfiler::VisitObjCForCollectionStmt(const ObjCForCollectionStmt *S) { in VisitObjCForCollectionStmt()
|
| /openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | BasicObjCFoundationChecks.cpp | 809 : public Checker<check::PostStmt<ObjCForCollectionStmt>, 820 void checkPostStmt(const ObjCForCollectionStmt *FCS, CheckerContext &C) const; 857 const ObjCForCollectionStmt *FCS) { in checkCollectionNonNil() 883 const ObjCForCollectionStmt *FCS) { in checkElementNonNil() 947 const ObjCForCollectionStmt *FCS, in assumeCollectionNonEmpty() 958 const ObjCForCollectionStmt *FCS) { in alreadyExecutedAtLeastOneLoopIteration() 977 void ObjCLoopChecker::checkPostStmt(const ObjCForCollectionStmt *FCS, in checkPostStmt()
|
| H A D | UndefBranchChecker.cpp | 65 if (isa<ObjCForCollectionStmt>(Condition)) in checkBranchCondition()
|
| H A D | TraversalChecker.cpp | 40 const Stmt *Parent = dyn_cast<ObjCForCollectionStmt>(Condition); in checkBranchCondition()
|
| /openbsd-src/gnu/llvm/clang/include/clang/AST/ |
| H A D | StmtObjC.h | 23 class ObjCForCollectionStmt : public Stmt { 29 ObjCForCollectionStmt(Stmt *Elem, Expr *Collect, Stmt *Body, 31 explicit ObjCForCollectionStmt(EmptyShell Empty) : in ObjCForCollectionStmt() function
|
| /openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | ExprEngine.h | 65 class ObjCForCollectionStmt; variable 527 void VisitObjCForCollectionStmt(const ObjCForCollectionStmt *S, 932 const ObjCForCollectionStmt *O, 936 removeIterationState(ProgramStateRef State, const ObjCForCollectionStmt *O, 940 const ObjCForCollectionStmt *O,
|
| /openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/ |
| H A D | ExprEngineObjC.cpp | 48 const ObjCForCollectionStmt *S, const Stmt *elem, SVal elementV, in populateObjCForDestinationSet() 83 void ExprEngine::VisitObjCForCollectionStmt(const ObjCForCollectionStmt *S, in VisitObjCForCollectionStmt()
|
| H A D | BugReporter.cpp | 690 if (cast<ObjCForCollectionStmt>(Parent)->getBody() == S) in getEnclosingStmtLocation() 1066 const auto *FC = cast<ObjCForCollectionStmt>(Term); in isInLoopBody() 1109 if (const auto *FS = dyn_cast_or_null<ObjCForCollectionStmt>(S)) in getTerminatorCondition() 1229 if (!isa<ObjCForCollectionStmt>(PS->getStmt())) { in generatePathDiagnosticsForNode() 1254 else if (const auto *OFS = dyn_cast<ObjCForCollectionStmt>(Loop)) { in generatePathDiagnosticsForNode() 1292 if (isa<ObjCForCollectionStmt>(Term)) { in generatePathDiagnosticsForNode() 1395 return cast<ObjCForCollectionStmt>(S)->getElement() == Cond; in isConditionForTerminator() 1551 if (!isa<ForStmt, WhileStmt, IfStmt, ObjCForCollectionStmt, in simplifySimpleBranches() 1907 const auto *FS = dyn_cast_or_null<ObjCForCollectionStmt>(level3); in optimizeEdges()
|
| H A D | Environment.cpp | 89 assert(!isa<ObjCForCollectionStmt>(S) && in getSVal()
|
| H A D | ExprEngine.cpp | 2290 VisitObjCForCollectionStmt(cast<ObjCForCollectionStmt>(S), Pred, Dst); in Visit() 2647 std::pair<const ObjCForCollectionStmt *, const LocationContext *>; 2652 ProgramStateRef State, const ObjCForCollectionStmt *O, in REGISTER_MAP_WITH_PROGRAMSTATE() 2660 const ObjCForCollectionStmt *O, in removeIterationState() 2667 const ObjCForCollectionStmt *O, in hasMoreIteration() 2679 if (const auto *ObjCFor = dyn_cast<ObjCForCollectionStmt>(Condition)) { in assumeCondition() 2769 assert(!isa<ObjCForCollectionStmt>(Condition)); in processBranch() 2775 assert(!isa<ObjCForCollectionStmt>(Condition)); in processBranch()
|
| /openbsd-src/gnu/llvm/clang/lib/Tooling/Refactoring/Extract/ |
| H A D | SourceExtraction.cpp | 42 if (const auto *ObjCFor = dyn_cast<ObjCForCollectionStmt>(S)) in isSemicolonRequiredAfter()
|
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | CodeGenPGO.cpp | 98 ObjCForCollectionStmt, enumerator 267 DEFINE_NESTABLE_TRAVERSAL(ObjCForCollectionStmt) in DEFINE_NESTABLE_TRAVERSAL() 287 return PGOHash::ObjCForCollectionStmt; in DEFINE_NESTABLE_TRAVERSAL() 603 void VisitObjCForCollectionStmt(const ObjCForCollectionStmt *S) { in VisitObjCForCollectionStmt()
|
| H A D | CoverageMappingGen.cpp | 1252 void VisitObjCForCollectionStmt(const ObjCForCollectionStmt *S) { in VisitObjCForCollectionStmt()
|
| /openbsd-src/gnu/llvm/clang/lib/ARCMigrate/ |
| H A D | TransEmptyStatementsAndDealloc.cpp | 129 bool VisitObjCForCollectionStmt(ObjCForCollectionStmt *S) { in VisitObjCForCollectionStmt()
|
| /openbsd-src/gnu/llvm/clang/lib/Analysis/ |
| H A D | LiveVariables.cpp | 174 void VisitObjCForCollectionStmt(ObjCForCollectionStmt *OS); 416 void TransferFunctions::VisitObjCForCollectionStmt(ObjCForCollectionStmt *OS) { in VisitObjCForCollectionStmt()
|
| H A D | UninitializedValues.cpp | 489 void VisitObjCForCollectionStmt(ObjCForCollectionStmt *FS); 686 void TransferFunctions::VisitObjCForCollectionStmt(ObjCForCollectionStmt *FS) { in VisitObjCForCollectionStmt()
|
| H A D | CFG.cpp | 601 CFGBlock *VisitObjCForCollectionStmt(ObjCForCollectionStmt *S); 2356 return VisitObjCForCollectionStmt(cast<ObjCForCollectionStmt>(S)); in Visit() 3688 CFGBlock *CFGBuilder::VisitObjCForCollectionStmt(ObjCForCollectionStmt *S) { in VisitObjCForCollectionStmt() 6243 if (isa<ObjCForCollectionStmt>(Cond) || isa<DeclStmt>(Cond)) in getLastCondition()
|
| /openbsd-src/gnu/llvm/clang/lib/Frontend/Rewrite/ |
| H A D | RewriteObjC.cpp | 306 Stmt *RewriteObjCForCollectionStmt(ObjCForCollectionStmt *S, 1418 if (Stmts.empty() || !isa<ObjCForCollectionStmt>(Stmts.back())) in RewriteBreakStmt() 1435 if (Stmts.empty() || !isa<ObjCForCollectionStmt>(Stmts.back())) in RewriteContinueStmt() 1480 Stmt *RewriteObjC::RewriteObjCForCollectionStmt(ObjCForCollectionStmt *S, in RewriteObjCForCollectionStmt() 1483 assert(isa<ObjCForCollectionStmt>(Stmts.back()) && in RewriteObjCForCollectionStmt() 4544 if (const ObjCForCollectionStmt * CS = in IsDeclStmtInForeachHeader() 4545 dyn_cast<ObjCForCollectionStmt>(Stmts.back())) in IsDeclStmtInForeachHeader() 4558 else if (isa<ObjCForCollectionStmt>(S)) { in RewriteFunctionBodyOrGlobalInitializer() 4664 if (ObjCForCollectionStmt *StmtForCollection = in RewriteFunctionBodyOrGlobalInitializer() 4665 dyn_cast<ObjCForCollectionStmt>(S)) in RewriteFunctionBodyOrGlobalInitializer()
|
| H A D | RewriteModernObjC.cpp | 364 Stmt *RewriteObjCForCollectionStmt(ObjCForCollectionStmt *S, 1610 if (Stmts.empty() || !isa<ObjCForCollectionStmt>(Stmts.back())) in RewriteBreakStmt() 1640 if (Stmts.empty() || !isa<ObjCForCollectionStmt>(Stmts.back())) in RewriteContinueStmt() 1685 Stmt *RewriteModernObjC::RewriteObjCForCollectionStmt(ObjCForCollectionStmt *S, in RewriteObjCForCollectionStmt() 1688 assert(isa<ObjCForCollectionStmt>(Stmts.back()) && in RewriteObjCForCollectionStmt() 5419 if (const ObjCForCollectionStmt * CS = in IsDeclStmtInForeachHeader() 5420 dyn_cast<ObjCForCollectionStmt>(Stmts.back())) in IsDeclStmtInForeachHeader() 5433 else if (isa<ObjCForCollectionStmt>(S)) { in RewriteFunctionBodyOrGlobalInitializer() 5559 if (ObjCForCollectionStmt *StmtForCollection = in RewriteFunctionBodyOrGlobalInitializer() 5560 dyn_cast<ObjCForCollectionStmt>(S)) in RewriteFunctionBodyOrGlobalInitializer()
|
| /openbsd-src/gnu/llvm/clang/include/clang/Basic/ |
| H A D | StmtNodes.td | 45 def ObjCForCollectionStmt : StmtNode<Stmt>;
|
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaStmt.cpp | 2056 void VisitObjCForCollectionStmt(const ObjCForCollectionStmt *S) { in VisitObjCForCollectionStmt() 2362 return new (Context) ObjCForCollectionStmt(First, CollectionExprResult.get(), in ActOnObjCForCollectionStmt() 3074 ObjCForCollectionStmt * ForStmt = cast<ObjCForCollectionStmt>(S); in FinishObjCForCollectionStmt() 3268 if (isa<ObjCForCollectionStmt>(S)) in FinishCXXForRangeStmt()
|
| H A D | JumpDiagnostics.cpp | 322 auto *CS = cast<ObjCForCollectionStmt>(S); in BuildScopeInformation()
|
| H A D | SemaAvailability.cpp | 598 return cast<ObjCForCollectionStmt>(Parent)->getBody() == S; in isBodyLikeChildStmt()
|