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 39 const Stmt *Parent = dyn_cast<ObjCForCollectionStmt>(Condition);
BasicObjCFoundationChecks.cpp 839 : public Checker<check::PostStmt<ObjCForCollectionStmt>,
850 void checkPostStmt(const ObjCForCollectionStmt *FCS, CheckerContext &C) const;
887 const ObjCForCollectionStmt *FCS) {
912 const ObjCForCollectionStmt *FCS) {
    [all...]
  /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) :
DataRecursiveASTVisitor.h     [all...]
RecursiveASTVisitor.h     [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExprEngine.h 40 class ObjCForCollectionStmt;
384 /// ObjCForCollectionStmt.
385 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 473 if (cast<ObjCForCollectionStmt>(Parent)->getBody() == S)
    [all...]
ExprEngine.cpp     [all...]
  /external/clang/lib/Analysis/
LiveVariables.cpp 211 void VisitObjCForCollectionStmt(ObjCForCollectionStmt *OS);
385 void TransferFunctions::VisitObjCForCollectionStmt(ObjCForCollectionStmt *OS) {
UninitializedValues.cpp 456 void VisitObjCForCollectionStmt(ObjCForCollectionStmt *FS);
624 void TransferFunctions::VisitObjCForCollectionStmt(ObjCForCollectionStmt *FS) {
CFG.cpp 398 CFGBlock *VisitObjCForCollectionStmt(ObjCForCollectionStmt *S);
    [all...]
  /external/clang/lib/CodeGen/
CodeGenPGO.cpp 239 ObjCForCollectionStmt,
326 return PGOHash::ObjCForCollectionStmt;
598 void VisitObjCForCollectionStmt(const ObjCForCollectionStmt *S) {
    [all...]
CodeGenFunction.h 70 class ObjCForCollectionStmt;
    [all...]
CGStmt.cpp 161 EmitObjCForCollectionStmt(cast<ObjCForCollectionStmt>(*S));
    [all...]
CGObjC.cpp     [all...]
  /external/clang/lib/Rewrite/Frontend/
RewriteModernObjC.cpp 373 Stmt *RewriteObjCForCollectionStmt(ObjCForCollectionStmt *S,
    [all...]
RewriteObjC.cpp 314 Stmt *RewriteObjCForCollectionStmt(ObjCForCollectionStmt *S,
    [all...]
  /external/clang/lib/AST/
Stmt.cpp 707 ObjCForCollectionStmt::ObjCForCollectionStmt(Stmt *Elem, Expr *Collect,
    [all...]
StmtPrinter.cpp 292 void StmtPrinter::VisitObjCForCollectionStmt(ObjCForCollectionStmt *Node) {
    [all...]
StmtProfile.cpp 225 void StmtProfiler::VisitObjCForCollectionStmt(const ObjCForCollectionStmt *S) {
    [all...]
  /external/clang/lib/Sema/
SemaStmt.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp     [all...]
ASTWriterStmt.cpp     [all...]

Completed in 620 milliseconds

1 2