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

1 2

  /external/clang/lib/StaticAnalyzer/Checkers/
TraversalChecker.cpp 38 const Stmt *Parent = dyn_cast<ObjCForCollectionStmt>(Condition);
BasicObjCFoundationChecks.cpp 657 : public Checker<check::PostStmt<ObjCForCollectionStmt> > {
660 void checkPostStmt(const ObjCForCollectionStmt *FCS, CheckerContext &C) const;
685 void ObjCLoopChecker::checkPostStmt(const ObjCForCollectionStmt *FCS,
  /external/clang/include/clang/Analysis/Visitors/
CFGStmtVisitor.h 84 DISPATCH_CASE(ObjCForCollectionStmt)
109 RetTy BlockStmt_VisitObjCForCollectionStmt(ObjCForCollectionStmt *S) {
  /external/clang/include/clang/AST/
StmtObjC.h 24 class ObjCForCollectionStmt : public Stmt {
30 ObjCForCollectionStmt(Stmt *Elem, Expr *Collect, Stmt *Body,
32 explicit ObjCForCollectionStmt(EmptyShell Empty) :
64 static bool classof(const ObjCForCollectionStmt *) { return true; }
RecursiveASTVisitor.h     [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExprEngine.h 39 class ObjCForCollectionStmt;
351 /// ObjCForCollectionStmt.
352 void VisitObjCForCollectionStmt(const ObjCForCollectionStmt *S,
  /external/clang/lib/ARCMigrate/
TransEmptyStatementsAndDealloc.cpp 134 bool VisitObjCForCollectionStmt(ObjCForCollectionStmt *S) {
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngineObjC.cpp 45 void ExprEngine::VisitObjCForCollectionStmt(const ObjCForCollectionStmt *S,
50 // handles the case where an ObjCForCollectionStmt* occurs as one of the
56 // (2) binds the value 0/1 to the ObjCForCollectionStmt* itself, indicating
65 // be affixed to the ObjCForCollectionStmt* instead of 0/1; when the loop
BugReporter.cpp 345 if (cast<ObjCForCollectionStmt>(Parent)->getBody() == S)
    [all...]
ExprEngine.cpp 869 VisitObjCForCollectionStmt(cast<ObjCForCollectionStmt>(S), Pred, Dst);
    [all...]
  /external/clang/lib/Analysis/
LiveVariables.cpp 216 void VisitObjCForCollectionStmt(ObjCForCollectionStmt *OS);
391 void TransferFunctions::VisitObjCForCollectionStmt(ObjCForCollectionStmt *OS) {
UninitializedValues.cpp 427 void VisitObjCForCollectionStmt(ObjCForCollectionStmt *FS);
583 void TransferFunctions::VisitObjCForCollectionStmt(ObjCForCollectionStmt *FS) {
CFG.cpp 357 CFGBlock *VisitObjCForCollectionStmt(ObjCForCollectionStmt *S);
    [all...]
  /external/clang/lib/AST/
StmtPrinter.cpp 293 void StmtPrinter::VisitObjCForCollectionStmt(ObjCForCollectionStmt *Node) {
    [all...]
Stmt.cpp 723 ObjCForCollectionStmt::ObjCForCollectionStmt(Stmt *Elem, Expr *Collect,
    [all...]
StmtProfile.cpp 218 void StmtProfiler::VisitObjCForCollectionStmt(const ObjCForCollectionStmt *S) {
  /external/clang/lib/Sema/
SemaStmt.cpp     [all...]
  /external/clang/lib/Rewrite/Frontend/
RewriteModernObjC.cpp 330 Stmt *RewriteObjCForCollectionStmt(ObjCForCollectionStmt *S,
    [all...]
RewriteObjC.cpp 311 Stmt *RewriteObjCForCollectionStmt(ObjCForCollectionStmt *S,
    [all...]
  /external/clang/lib/CodeGen/
CodeGenFunction.h 66 class ObjCForCollectionStmt;
    [all...]
CGStmt.cpp 154 EmitObjCForCollectionStmt(cast<ObjCForCollectionStmt>(*S));
    [all...]
CGObjC.cpp     [all...]
  /external/clang/tools/libclang/
RecursiveASTVisitor.h     [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp     [all...]
ASTWriterStmt.cpp 946 void ASTStmtWriter::VisitObjCForCollectionStmt(ObjCForCollectionStmt *S) {
    [all...]

Completed in 4997 milliseconds

1 2