Home | History | Annotate | Download | only in libclang

Lines Matching refs:AttrListInfo

28   class AttrListInfo;
49 IntrusiveRefCntPtr<AttrListInfo> AttrList;
237 class AttrListInfo {
245 AttrListInfo(const AttrListInfo &) LLVM_DELETED_FUNCTION;
246 void operator=(const AttrListInfo &) LLVM_DELETED_FUNCTION;
248 AttrListInfo(const Decl *D, IndexingContext &IdxCtx);
250 static IntrusiveRefCntPtr<AttrListInfo> create(const Decl *D,
260 /// \brief Retain/Release only useful when we allocate a AttrListInfo from the
268 this->~AttrListInfo();
331 friend class AttrListInfo;