HomeSort by: relevance | last modified time | path
    Searched refs:getDeclCursorUSR (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/tools/libclang/
CIndexUSRs.cpp 34 bool cxcursor::getDeclCursorUSR(const Decl *D, SmallVectorImpl<char> &Buf) {
54 bool Ignore = cxcursor::getDeclCursorUSR(D, buf->Data);
CXCursor.h 280 bool getDeclCursorUSR(const Decl *D, SmallVectorImpl<char> &Buf);
CXIndexDataConsumer.cpp 1178 bool Ignore = getDeclCursorUSR(D, StrBuf);

Completed in 15 milliseconds