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

References

gen/tools/clang/include/clang/AST/StmtDataCollectors.inc
   29     for (const Attr *A : S->getAttrs()) {
tools/clang/include/clang/AST/ASTNodeTraverser.h
  589     for (const auto *A : Node->getAttrs())
tools/clang/lib/AST/ASTImporter.cpp
 5818   ArrayRef<const Attr*> FromAttrs(S->getAttrs());
tools/clang/lib/AST/StmtPrinter.cpp
  234   for (const auto *Attr : Node->getAttrs()) {
tools/clang/lib/CodeGen/CGStmt.cpp
  597   EmitStmt(S.getSubStmt(), S.getAttrs());
tools/clang/lib/Sema/AnalysisBasedWarnings.cpp
 1186         if (hasSpecificAttr<FallThroughAttr>(AS->getAttrs()))
tools/clang/lib/Sema/TreeTransform.h
 6798   for (const auto *I : S->getAttrs()) {
tools/clang/lib/Serialization/ASTWriterStmt.cpp
  125   Record.push_back(S->getAttrs().size());
  126   Record.AddAttributes(S->getAttrs());