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

Declarations

tools/clang/include/clang/AST/ASTContext.h
  884   AttrVec& getDeclAttrs(const Decl *D);

References

tools/clang/lib/AST/DeclBase.cpp
  816   AttrVec &AttrBlank = Ctx.getDeclAttrs(this);
  855   return getASTContext().getDeclAttrs(this);