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

References

tools/clang/include/clang/AST/Stmt.h
 1776     AttributedStmtBits.AttrLoc = Loc;
 1783     AttributedStmtBits.AttrLoc = SourceLocation{};
 1799   SourceLocation getAttrLoc() const { return AttributedStmtBits.AttrLoc; }
tools/clang/lib/Serialization/ASTReaderStmt.cpp
  216   S->AttributedStmtBits.AttrLoc = ReadSourceLocation();