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

References

tools/clang/tools/libclang/CXType.cpp
  146         TK = CXType_ObjCId;
  148         TK = CXType_ObjCClass;
  150         TK = CXType_ObjCSel;
  158   if (TK == CXType_Invalid)
  159     TK = GetTypeKind(T);
  161   CXType CT = { TK, { TK == CXType_Invalid ? nullptr
  161   CXType CT = { TK, { TK == CXType_Invalid ? nullptr