Home
last modified time | relevance | path

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

/external/clang/tools/libclang/
DCXCursor.h288 bool getDeclCursorUSR(const Decl *D, SmallVectorImpl<char> &Buf);
DCIndexUSRs.cpp806 bool cxcursor::getDeclCursorUSR(const Decl *D, SmallVectorImpl<char> &Buf) { in getDeclCursorUSR() function in cxcursor
838 bool Ignore = cxcursor::getDeclCursorUSR(D, buf->Data); in clang_getCursorUSR()
DCXComment.cpp1268 cxcursor::getDeclCursorUSR(DI->CommentDecl, USR); in visitFullComment()
DIndexingContext.cpp1111 bool Ignore = getDeclCursorUSR(D, StrBuf); in getEntityInfo()