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

References

tools/clang/include/clang/AST/StmtCXX.h
  201   SourceLocation getForLoc() const { return ForLoc; }
  206   SourceLocation getBeginLoc() const LLVM_READONLY { return ForLoc; }
tools/clang/lib/Serialization/ASTReaderStmt.cpp
 1413   S->ForLoc = ReadSourceLocation();