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

Declarations

tools/clang/include/clang/Sema/Sema.h
 4130   StmtResult ActOnObjCForCollectionStmt(SourceLocation ForColLoc,

References

tools/clang/lib/Parse/ParseStmt.cpp
 1888     ForEachStmt = Actions.ActOnObjCForCollectionStmt(ForLoc,
tools/clang/lib/Sema/SemaStmt.cpp
 2106     return ActOnObjCForCollectionStmt(ForLoc, First, Range, RParenLoc);
tools/clang/lib/Sema/TreeTransform.h
 2023     StmtResult ForEachStmt = getSema().ActOnObjCForCollectionStmt(ForLoc,
 2097             return getSema().ActOnObjCForCollectionStmt(ForLoc, LoopVar,