Home
last modified time | relevance | path

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

/external/llvm-project/clang/tools/libclang/
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()
DCXCursor.h280 bool getDeclCursorUSR(const Decl *D, SmallVectorImpl<char> &Buf);
DCXIndexDataConsumer.cpp1178 bool Ignore = getDeclCursorUSR(D, StrBuf); in getEntityInfo()
/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()