Searched refs:getDeclCursorUSR (Results 1 – 3 of 3) sorted by relevance
35 bool cxcursor::getDeclCursorUSR(const Decl *D, SmallVectorImpl<char> &Buf) { in getDeclCursorUSR() function in cxcursor57 bool Ignore = cxcursor::getDeclCursorUSR(D, buf->Data); in clang_getCursorUSR()
285 bool getDeclCursorUSR(const Decl *D, SmallVectorImpl<char> &Buf);
1182 bool Ignore = getDeclCursorUSR(D, StrBuf); in getEntityInfo()