reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/CodeGen/CGObjC.cpp
 1671     Collection = EmitARCRetainScalarExpr(S.getCollection());
 1674     EmitObjCConsumeObject(S.getCollection()->getType(), Collection);
 1676     Collection = EmitScalarExpr(S.getCollection());
tools/clang/lib/Sema/SemaStmt.cpp
 1693       if (const Stmt *Collection = S->getCollection())
tools/clang/lib/StaticAnalyzer/Checkers/BasicObjCFoundationChecks.cpp
  861   SVal CollectionVal = C.getSVal(FCS->getCollection());
  887   if (!isKnownNonNilCollectionType(FCS->getCollection()->getType()))
  951   SymbolRef CollectionS = C.getSVal(FCS->getCollection()).getAsSymbol();
tools/clang/lib/StaticAnalyzer/Core/BugReporter.cpp
 1898       if (FS && FS->getCollection()->IgnoreParens() == s2Start &&
tools/clang/lib/StaticAnalyzer/Core/ExprEngineObjC.cpp
  115   const Stmt *collection = S->getCollection();