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

References

tools/clang/include/clang/AST/Stmt.h
 2440   SourceLocation getForLoc() const { return ForStmtBits.ForLoc; }
 2441   void setForLoc(SourceLocation L) { ForStmtBits.ForLoc = L; }
tools/clang/lib/AST/Stmt.cpp
  921   ForStmtBits.ForLoc = FL;