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

References

tools/clang/include/clang/AST/Stmt.h
 1734   SourceLocation getIdentLoc() const { return LabelStmtBits.IdentLoc; }
 1735   void setIdentLoc(SourceLocation L) { LabelStmtBits.IdentLoc = L; }