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

/external/clang/tools/libclang/
H A DCXCursor.h235 bool getDeclCursorUSR(const Decl *D, SmallVectorImpl<char> &Buf);
H A DCIndexUSRs.cpp798 bool cxcursor::getDeclCursorUSR(const Decl *D, SmallVectorImpl<char> &Buf) { function in class:cxcursor
855 bool Ignore = cxcursor::getDeclCursorUSR(D, buf->Data);
H A DIndexingContext.cpp1022 bool Ignore = getDeclCursorUSR(D, StrBuf);

Completed in 73 milliseconds