Searched defs:TSTChecker (Results 1 – 1 of 1) sorted by relevance
207 struct TSTChecker : public TypeLocVisitor<TSTChecker, bool> { struct209 static bool isTypeSpec(TypeSpecTypeLoc _) { return true; } in isTypeSpec()210 static bool isTypeSpec(TypeLoc _) { return false; } in isTypeSpec()