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

References

tools/clang/include/clang/AST/Stmt.h
 2521   void setStarLoc(SourceLocation L) { StarLoc = L; }
 2522   SourceLocation getStarLoc() const { return StarLoc; }