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

References

tools/clang/include/clang/Parse/Parser.h
 2508       attrs.takeAllFrom(attrsWithRange);
tools/clang/include/clang/Sema/DeclSpec.h
  776     Attrs.takeAllFrom(attrs);
 2413     Attrs.takeAllFrom(attrs);
tools/clang/lib/Parse/ParseDecl.cpp
 3235             attrs.takeAllFrom(Attrs);
 3382             attrs.takeAllFrom(Attrs);
 3862         attrs.takeAllFrom(Attributes);
tools/clang/lib/Parse/ParseDeclCXX.cpp
  700       Attrs.takeAllFrom(MisplacedAttrs);
 1768       attrs.takeAllFrom(Attributes);
tools/clang/lib/Parse/ParseStmt.cpp
  627       attrs.takeAllFrom(TempAttrs);
 2072   Attrs.takeAllFrom(TempAttrs);
tools/clang/lib/Sema/DeclSpec.cpp
  215     I.Fun.MethodQualifiers->getAttributes().takeAllFrom(attrs);