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

References

tools/clang/include/clang/AST/Stmt.h
 1807   SourceLocation getBeginLoc() const { return getAttrLoc(); }
tools/clang/lib/AST/ASTImporter.cpp
 5815   ExpectedSLoc ToAttrLocOrErr = import(S->getAttrLoc());
tools/clang/lib/Sema/TreeTransform.h
 6811   return getDerived().RebuildAttributedStmt(S->getAttrLoc(), Attrs,
tools/clang/lib/Serialization/ASTWriterStmt.cpp
  128   Record.AddSourceLocation(S->getAttrLoc());