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

References

tools/clang/tools/extra/clangd/Quality.cpp
  106   case CXCursor_TypeRef:
tools/clang/tools/libclang/CIndex.cpp
 4510     case CXCursor_TypeRef: {
 5106   case CXCursor_TypeRef:
 5643       cursor.kind == CXCursor_TypeRef) {
 5829     case CXCursor_TypeRef: {
 5986     case CXCursor_TypeRef:
 6197     case CXCursor_TypeRef:
tools/clang/tools/libclang/CXCursor.cpp
  793   CXCursor C = { CXCursor_TypeRef, 0, { Type, RawLoc, TU } };
  799   assert(C.kind == CXCursor_TypeRef);
tools/clang/tools/libclang/CXType.cpp
  261     case CXCursor_TypeRef: {