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

References

tools/clang/include/clang/AST/StmtObjC.h
   52   SourceLocation getForLoc() const { return ForLoc; }
   53   void setForLoc(SourceLocation Loc) { ForLoc = Loc; }
   57   SourceLocation getBeginLoc() const LLVM_READONLY { return ForLoc; }
tools/clang/lib/AST/StmtObjC.cpp
   27   ForLoc = FCL;