reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/tools/libclang/CXCursor.h
  283 bool getDeclCursorUSR(const Decl *D, SmallVectorImpl<char> &Buf);

References

tools/clang/tools/libclang/CIndexUSRs.cpp
   54     bool Ignore = cxcursor::getDeclCursorUSR(D, buf->Data);
tools/clang/tools/libclang/CXIndexDataConsumer.cpp
 1179     bool Ignore = getDeclCursorUSR(D, StrBuf);