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

References

tools/clang/include/clang/Sema/DeclSpec.h
 2164     getAttributePool().takeAllFrom(attrs.getPool());
tools/clang/include/clang/Sema/ParsedAttr.h
  834     pool.takeAllFrom(attrs.pool);
tools/clang/lib/Parse/ParseObjc.cpp
 1219   attrs.getPool().takeAllFrom(D.getAttributePool());
 1220   attrs.getPool().takeAllFrom(D.getDeclSpec().getAttributePool());
 1440     allParamAttrs.takeAllFrom(paramAttrs.getPool());
tools/clang/lib/Sema/DeclSpec.cpp
  216     I.Fun.MethodQualifiers->getAttributePool().takeAllFrom(attrs.getPool());