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

References

tools/clang/include/clang/Sema/CodeCompleteConsumer.h
  881         CursorKind(CXCursor_NotImplemented), Hidden(false), InBaseClass(false),
  898       CXCursorKind CursorKind = CXCursor_NotImplemented,
tools/clang/lib/Sema/CodeCompleteConsumer.cpp
  710         CursorKind = CXCursor_NotImplemented;
tools/clang/tools/c-index-test/c-index-test.c
 1925     enum CXCursorKind K = CXCursor_NotImplemented;
 2523     if (ParentKind != CXCursor_NotImplemented) {
tools/clang/tools/libclang/CIndex.cpp
 5294   case CXCursor_NotImplemented:
tools/clang/tools/libclang/CIndexCodeCompletion.cpp
  221     *kind = CXCursor_NotImplemented;
tools/clang/tools/libclang/CXCursor.cpp
  130   CXCursorKind K = CXCursor_NotImplemented;