Lines Matching refs:getKind
75 Kind getKind() const { return TheKind; } in getKind() function
81 switch (getKind()) { in isNonFragile()
101 if (getKind() == GNUstep && getVersion() >= VersionTuple(1, 6)) { in isLegacyDispatchDefaultForArch()
107 else if ((getKind() == MacOSX) && isNonFragile() && in isLegacyDispatchDefaultForArch()
118 switch (getKind()) { in isGNUFamily()
141 switch (getKind()) { in allowsARC()
161 switch (getKind()) { in hasNativeARC()
176 switch (getKind()) { in hasOptimizedSetter()
208 switch (getKind()) { in hasSubscripting()
234 switch (getKind()) { in allowsPointerArithmetic()
258 switch (getKind()) { in hasTerminate()
272 switch (getKind()) { in hasWeakClassImport()
286 switch (getKind()) { in hasUnwindExceptions()
299 switch (getKind()) { in hasAtomicCopyHelper()
313 switch (getKind()) { in hasARCUnsafeClaimAutoreleasedReturnValue()
337 return left.getKind() == right.getKind() &&