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

References

tools/clang/include/clang/AST/Stmt.h
 2367   SourceLocation getDoLoc() const { return DoStmtBits.DoLoc; }
 2368   void setDoLoc(SourceLocation L) { DoStmtBits.DoLoc = L; }