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

  /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 22 /// ObjCForCollectionStmt - This represents Objective-c's collection statement;
25 class ObjCForCollectionStmt : public Stmt {
31 ObjCForCollectionStmt(Stmt *Elem, Expr *Collect, Stmt *Body,
33 explicit ObjCForCollectionStmt(EmptyShell Empty) :
65 static bool classof(const ObjCForCollectionStmt *) { return true; }
RecursiveASTVisitor.h     [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExprEngine.h 39 class ObjCForCollectionStmt;
322 /// ObjCForCollectionStmt.
323 void VisitObjCForCollectionStmt(const ObjCForCollectionStmt *S,
  /external/clang/lib/ARCMigrate/
TransEmptyStatementsAndDealloc.cpp 133 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 337 if (cast<ObjCForCollectionStmt>(Parent)->getBody() == S)
    [all...]
ExprEngine.cpp 867 VisitObjCForCollectionStmt(cast<ObjCForCollectionStmt>(S), Pred, Dst);
    [all...]
  /external/clang/lib/Analysis/
LiveVariables.cpp 216 void VisitObjCForCollectionStmt(ObjCForCollectionStmt *OS);
383 void TransferFunctions::VisitObjCForCollectionStmt(ObjCForCollectionStmt *OS) {
UninitializedValues.cpp 374 void VisitObjCForCollectionStmt(ObjCForCollectionStmt *fs);
414 void TransferFunctions::VisitObjCForCollectionStmt(ObjCForCollectionStmt *fs) {
CFG.cpp 353 CFGBlock *VisitObjCForCollectionStmt(ObjCForCollectionStmt *S);
    [all...]
  /external/clang/lib/AST/
Stmt.cpp 553 ObjCForCollectionStmt::ObjCForCollectionStmt(Stmt *Elem, Expr *Collect,
StmtProfile.cpp 213 void StmtProfiler::VisitObjCForCollectionStmt(const ObjCForCollectionStmt *S) {
StmtPrinter.cpp 294 void StmtPrinter::VisitObjCForCollectionStmt(ObjCForCollectionStmt *Node) {
    [all...]
  /external/clang/lib/Rewrite/
RewriteModernObjC.cpp 327 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 153 EmitObjCForCollectionStmt(cast<ObjCForCollectionStmt>(*S));
    [all...]
CGObjC.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp     [all...]
ASTWriterStmt.cpp 937 void ASTStmtWriter::VisitObjCForCollectionStmt(ObjCForCollectionStmt *S) {
    [all...]
  /external/clang/lib/Sema/
SemaStmt.cpp     [all...]
TreeTransform.h     [all...]

Completed in 796 milliseconds