Home
last modified time | relevance | path

Searched refs:getEntityDecl (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/clang/tools/libclang/
H A DCXIndexDataConsumer.cpp1027 D = getEntityDecl(D); in markEntityOccurrenceInFile()
1043 const NamedDecl *CXIndexDataConsumer::getEntityDecl(const NamedDecl *D) const { in getEntityDecl() function in CXIndexDataConsumer
1049 return getEntityDecl(ImplD->getClassInterface()); in getEntityDecl()
1053 return getEntityDecl(CatImplD->getCategoryDecl()); in getEntityDecl()
1056 return getEntityDecl(TemplD); in getEntityDecl()
1059 return getEntityDecl(TemplD); in getEntityDecl()
1155 D = getEntityDecl(D); in getEntityInfo()
H A DCXIndexDataConsumer.h459 const NamedDecl *getEntityDecl(const NamedDecl *D) const;