Searched defs:TSTChecker (Results 1 – 2 of 2) sorted by relevance
249 struct TSTChecker : public TypeLocVisitor<TSTChecker, bool> { struct251 static bool isTypeSpec(TypeSpecTypeLoc _) { return true; } in isTypeSpec()252 static bool isTypeSpec(TypeLoc _) { return false; } in isTypeSpec()
270 struct TSTChecker : public TypeLocVisitor<TSTChecker, bool> { struct272 static bool isTypeSpec(TypeSpecTypeLoc _) { return true; } in isTypeSpec()273 static bool isTypeSpec(TypeLoc _) { return false; } in isTypeSpec()