| /NextBSD/contrib/llvm/tools/clang/include/clang/AST/ |
| HD | StmtObjC.h | 24 class ObjCForCollectionStmt : public Stmt { 30 ObjCForCollectionStmt(Stmt *Elem, Expr *Collect, Stmt *Body, 32 explicit ObjCForCollectionStmt(EmptyShell Empty) : in ObjCForCollectionStmt() function
|
| HD | DataRecursiveASTVisitor.h | 1957 DEF_TRAVERSE_STMT(ObjCForCollectionStmt, {})
|
| HD | RecursiveASTVisitor.h | 1976 DEF_TRAVERSE_STMT(ObjCForCollectionStmt, {})
|
| /NextBSD/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ |
| HD | BasicObjCFoundationChecks.cpp | 839 : public Checker<check::PostStmt<ObjCForCollectionStmt>, 850 void checkPostStmt(const ObjCForCollectionStmt *FCS, CheckerContext &C) const; 887 const ObjCForCollectionStmt *FCS) { in checkCollectionNonNil() 912 const ObjCForCollectionStmt *FCS) { in checkElementNonNil() 976 const ObjCForCollectionStmt *FCS, in assumeCollectionNonEmpty() 989 const ObjCForCollectionStmt *FCS) { in alreadyExecutedAtLeastOneLoopIteration() 1010 void ObjCLoopChecker::checkPostStmt(const ObjCForCollectionStmt *FCS, in checkPostStmt()
|
| HD | TraversalChecker.cpp | 39 const Stmt *Parent = dyn_cast<ObjCForCollectionStmt>(Condition); in checkBranchCondition()
|
| /NextBSD/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/ |
| HD | BugReporter.cpp | 473 if (cast<ObjCForCollectionStmt>(Parent)->getBody() == S) in getEnclosingStmtLocation() 1370 const ObjCForCollectionStmt *FC = cast<ObjCForCollectionStmt>(Term); in isInLoopBody() 1614 if (const ObjCForCollectionStmt *FS = in getTerminatorCondition() 1615 dyn_cast_or_null<ObjCForCollectionStmt>(S)) in getTerminatorCondition() 1752 if (!isa<ObjCForCollectionStmt>(PS->getStmt())) { in GenerateAlternateExtensivePathDiagnostic() 1783 else if (const ObjCForCollectionStmt *OFS = in GenerateAlternateExtensivePathDiagnostic() 1784 dyn_cast<ObjCForCollectionStmt>(Loop)) { in GenerateAlternateExtensivePathDiagnostic() 1822 if (isa<ObjCForCollectionStmt>(Term)) { in GenerateAlternateExtensivePathDiagnostic() 1935 return cast<ObjCForCollectionStmt>(S)->getElement() == Cond; in isConditionForTerminator() 2095 isa<IfStmt>(s1Start) || isa<ObjCForCollectionStmt>(s1Start) || in simplifySimpleBranches() [all …]
|
| HD | ExprEngineObjC.cpp | 45 void ExprEngine::VisitObjCForCollectionStmt(const ObjCForCollectionStmt *S, in VisitObjCForCollectionStmt()
|
| /NextBSD/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| HD | ExprEngine.h | 40 class ObjCForCollectionStmt; variable 394 void VisitObjCForCollectionStmt(const ObjCForCollectionStmt *S,
|
| /NextBSD/contrib/llvm/tools/clang/lib/CodeGen/ |
| HD | CodeGenPGO.cpp | 118 ObjCForCollectionStmt, enumerator 205 return PGOHash::ObjCForCollectionStmt; in getHashType() 474 void VisitObjCForCollectionStmt(const ObjCForCollectionStmt *S) { in VisitObjCForCollectionStmt()
|
| HD | CoverageMappingGen.cpp | 733 void VisitObjCForCollectionStmt(const ObjCForCollectionStmt *S) { in VisitObjCForCollectionStmt()
|
| HD | CodeGenFunction.h | 71 class ObjCForCollectionStmt; variable 2038 void EmitObjCForCollectionStmt(const ObjCForCollectionStmt &S);
|
| HD | CGStmt.cpp | 162 EmitObjCForCollectionStmt(cast<ObjCForCollectionStmt>(*S)); in EmitStmt()
|
| /NextBSD/contrib/llvm/tools/clang/lib/ARCMigrate/ |
| HD | TransEmptyStatementsAndDealloc.cpp | 133 bool VisitObjCForCollectionStmt(ObjCForCollectionStmt *S) { in VisitObjCForCollectionStmt()
|
| /NextBSD/contrib/llvm/tools/clang/lib/Analysis/ |
| HD | LiveVariables.cpp | 210 void VisitObjCForCollectionStmt(ObjCForCollectionStmt *OS); 380 void TransferFunctions::VisitObjCForCollectionStmt(ObjCForCollectionStmt *OS) { in VisitObjCForCollectionStmt()
|
| HD | UninitializedValues.cpp | 515 void VisitObjCForCollectionStmt(ObjCForCollectionStmt *FS); 683 void TransferFunctions::VisitObjCForCollectionStmt(ObjCForCollectionStmt *FS) { in VisitObjCForCollectionStmt()
|
| HD | CFG.cpp | 403 CFGBlock *VisitObjCForCollectionStmt(ObjCForCollectionStmt *S); 1532 return VisitObjCForCollectionStmt(cast<ObjCForCollectionStmt>(S)); in Visit() 2491 CFGBlock *CFGBuilder::VisitObjCForCollectionStmt(ObjCForCollectionStmt *S) { in VisitObjCForCollectionStmt()
|
| /NextBSD/contrib/llvm/tools/clang/include/clang/Basic/ |
| HD | StmtNodes.td | 43 def ObjCForCollectionStmt : Stmt;
|
| /NextBSD/contrib/llvm/tools/clang/lib/Frontend/Rewrite/ |
| HD | RewriteObjC.cpp | 305 Stmt *RewriteObjCForCollectionStmt(ObjCForCollectionStmt *S, 1408 if (Stmts.empty() || !isa<ObjCForCollectionStmt>(Stmts.back())) in RewriteBreakStmt() 1425 if (Stmts.empty() || !isa<ObjCForCollectionStmt>(Stmts.back())) in RewriteContinueStmt() 1470 Stmt *RewriteObjC::RewriteObjCForCollectionStmt(ObjCForCollectionStmt *S, in RewriteObjCForCollectionStmt() 1473 assert(isa<ObjCForCollectionStmt>(Stmts.back()) && in RewriteObjCForCollectionStmt() 4577 if (const ObjCForCollectionStmt * CS = in IsDeclStmtInForeachHeader() 4578 dyn_cast<ObjCForCollectionStmt>(Stmts.back())) in IsDeclStmtInForeachHeader() 4591 else if (isa<ObjCForCollectionStmt>(S)) { in RewriteFunctionBodyOrGlobalInitializer() 4697 if (ObjCForCollectionStmt *StmtForCollection = in RewriteFunctionBodyOrGlobalInitializer() 4698 dyn_cast<ObjCForCollectionStmt>(S)) in RewriteFunctionBodyOrGlobalInitializer()
|
| HD | RewriteModernObjC.cpp | 364 Stmt *RewriteObjCForCollectionStmt(ObjCForCollectionStmt *S, 1628 if (Stmts.empty() || !isa<ObjCForCollectionStmt>(Stmts.back())) in RewriteBreakStmt() 1658 if (Stmts.empty() || !isa<ObjCForCollectionStmt>(Stmts.back())) in RewriteContinueStmt() 1703 Stmt *RewriteModernObjC::RewriteObjCForCollectionStmt(ObjCForCollectionStmt *S, in RewriteObjCForCollectionStmt() 1706 assert(isa<ObjCForCollectionStmt>(Stmts.back()) && in RewriteObjCForCollectionStmt() 5528 if (const ObjCForCollectionStmt * CS = in IsDeclStmtInForeachHeader() 5529 dyn_cast<ObjCForCollectionStmt>(Stmts.back())) in IsDeclStmtInForeachHeader() 5542 else if (isa<ObjCForCollectionStmt>(S)) { in RewriteFunctionBodyOrGlobalInitializer() 5668 if (ObjCForCollectionStmt *StmtForCollection = in RewriteFunctionBodyOrGlobalInitializer() 5669 dyn_cast<ObjCForCollectionStmt>(S)) in RewriteFunctionBodyOrGlobalInitializer()
|
| /NextBSD/contrib/llvm/tools/clang/lib/Sema/ |
| HD | SemaStmt.cpp | 1825 return new (Context) ObjCForCollectionStmt(First, CollectionExprResult.get(), in ActOnObjCForCollectionStmt() 2372 ObjCForCollectionStmt * ForStmt = cast<ObjCForCollectionStmt>(S); in FinishObjCForCollectionStmt() 2536 if (isa<ObjCForCollectionStmt>(S)) in FinishCXXForRangeStmt()
|
| /NextBSD/contrib/llvm/tools/clang/lib/AST/ |
| HD | Stmt.cpp | 769 ObjCForCollectionStmt::ObjCForCollectionStmt(Stmt *Elem, Expr *Collect, in ObjCForCollectionStmt() function in ObjCForCollectionStmt
|
| HD | StmtProfile.cpp | 225 void StmtProfiler::VisitObjCForCollectionStmt(const ObjCForCollectionStmt *S) { in VisitObjCForCollectionStmt()
|
| HD | StmtPrinter.cpp | 292 void StmtPrinter::VisitObjCForCollectionStmt(ObjCForCollectionStmt *Node) { in VisitObjCForCollectionStmt()
|
| HD | ASTImporter.cpp | 205 Stmt *VisitObjCForCollectionStmt(ObjCForCollectionStmt *S); 4929 Stmt *ASTNodeImporter::VisitObjCForCollectionStmt(ObjCForCollectionStmt *S) { in VisitObjCForCollectionStmt() 4941 return new (Importer.getToContext()) ObjCForCollectionStmt(ToElem, in VisitObjCForCollectionStmt()
|
| /NextBSD/contrib/llvm/tools/clang/lib/Serialization/ |
| HD | ASTReaderStmt.cpp | 1086 void ASTStmtReader::VisitObjCForCollectionStmt(ObjCForCollectionStmt *S) { in VisitObjCForCollectionStmt() 2696 S = new (Context) ObjCForCollectionStmt(Empty); in ReadStmtFromStream()
|