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

References

tools/clang/include/clang/AST/Stmt.h
 2314   SourceLocation getBeginLoc() const { return getWhileLoc(); }
tools/clang/lib/AST/ASTImporter.cpp
 5887       S->getConditionVariable(), S->getCond(), S->getBody(), S->getWhileLoc());
tools/clang/lib/Sema/TreeTransform.h
 6902       S->getWhileLoc(), S->getConditionVariable(), S->getCond(),
 6917   return getDerived().RebuildWhileStmt(S->getWhileLoc(), Cond, Body.get());
tools/clang/lib/Serialization/ASTWriterStmt.cpp
  195   Record.AddSourceLocation(S->getWhileLoc());