Home
last modified time | relevance | path

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

/external/clang/tools/libclang/
DCIndexUSRs.cpp35 bool cxcursor::getDeclCursorUSR(const Decl *D, SmallVectorImpl<char> &Buf) { in getDeclCursorUSR() function in cxcursor
57 bool Ignore = cxcursor::getDeclCursorUSR(D, buf->Data); in clang_getCursorUSR()
DCXCursor.h285 bool getDeclCursorUSR(const Decl *D, SmallVectorImpl<char> &Buf);
DCXIndexDataConsumer.cpp1182 bool Ignore = getDeclCursorUSR(D, StrBuf); in getEntityInfo()