Searched refs:CXIdxClientEntity (Results 1 – 4 of 4) sorted by relevance
286 typedef llvm::DenseMap<const Decl *, CXIdxClientEntity> EntityMapTy;462 CXIdxClientEntity getClientEntity(const Decl *D) const;463 void setClientEntity(const Decl *D, CXIdxClientEntity client);
886 CXIdxClientEntity clang_index_getClientEntity(const CXIdxEntityInfo *info) { in clang_index_getClientEntity()894 CXIdxClientEntity client) { in clang_index_setClientEntity()
740 CXIdxClientEntity IndexingContext::getClientEntity(const Decl *D) const { in getClientEntity()749 void IndexingContext::setClientEntity(const Decl *D, CXIdxClientEntity client) { in setClientEntity()
5233 typedef void *CXIdxClientEntity; typedef5623 CINDEX_LINKAGE CXIdxClientEntity5630 clang_index_setClientEntity(const CXIdxEntityInfo *, CXIdxClientEntity);