Home
last modified time | relevance | path

Searched refs:getDeclCursorUSR (Results 1 – 3 of 3) sorted by relevance

/netbsd/external/apache2/llvm/dist/clang/tools/libclang/
H A DCIndexUSRs.cpp34 bool cxcursor::getDeclCursorUSR(const Decl *D, SmallVectorImpl<char> &Buf) { in getDeclCursorUSR() function in cxcursor
54 bool Ignore = cxcursor::getDeclCursorUSR(D, buf->Data); in clang_getCursorUSR()
H A DCXCursor.h280 bool getDeclCursorUSR(const Decl *D, SmallVectorImpl<char> &Buf);
H A DCXIndexDataConsumer.cpp1178 bool Ignore = getDeclCursorUSR(D, StrBuf); in getEntityInfo()