Searched refs:CXIdxClientEntity (Results 1 – 4 of 4) sorted by relevance
291 typedef llvm::DenseMap<const Decl *, CXIdxClientEntity> EntityMapTy;466 CXIdxClientEntity getClientEntity(const Decl *D) const;467 void setClientEntity(const Decl *D, CXIdxClientEntity client);
935 CXIdxClientEntity clang_index_getClientEntity(const CXIdxEntityInfo *info) { in clang_index_getClientEntity()943 CXIdxClientEntity client) { in clang_index_setClientEntity()
739 CXIdxClientEntity IndexingContext::getClientEntity(const Decl *D) const { in getClientEntity()748 void IndexingContext::setClientEntity(const Decl *D, CXIdxClientEntity client) { in setClientEntity()
5258 typedef void *CXIdxClientEntity; typedef5648 CINDEX_LINKAGE CXIdxClientEntity5655 clang_index_setClientEntity(const CXIdxEntityInfo *, CXIdxClientEntity);