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

References

tools/clang/include/clang/Sema/DeclSpec.h
  746     return Attrs.getPool();
 1874     return Attrs.getPool();
 2164     getAttributePool().takeAllFrom(attrs.getPool());
tools/clang/include/clang/Sema/ParsedAttr.h
  838     Attrs.getPool().remove(PA);
  840     getPool().add(PA);
tools/clang/lib/Parse/ParseObjc.cpp
  391         getNullabilityAttr(D.getMutableDeclSpec().getAttributes().getPool()));
 1219   attrs.getPool().takeAllFrom(D.getAttributePool());
 1220   attrs.getPool().takeAllFrom(D.getDeclSpec().getAttributePool());
 1440     allParamAttrs.takeAllFrom(paramAttrs.getPool());
tools/clang/lib/Sema/DeclSpec.cpp
  210     I.Fun.MethodQualifiers = new DeclSpec(attrs.getPool().getFactory());
  216     I.Fun.MethodQualifiers->getAttributePool().takeAllFrom(attrs.getPool());
tools/clang/lib/Sema/SemaDecl.cpp
12319   DeclSpec DS(Attrs.getPool().getFactory());