Searched defs:CheckType (Results 1 – 5 of 5) sorted by relevance
34 const Expression *CheckType() const in CheckType() function
44 const Expression *CheckType() const in CheckType() function
32 enum class CheckType { CFLOW, RESOLVE_ID, REG_USAGE, TYPING, ABSINT }; enum
56 export type CheckType = (this: TsUtils, t: ts.Type) => boolean; alias
238 bool CheckType(Type type, Type tgtType) in CheckType() function