Home
last modified time | relevance | path

Searched defs:TSTChecker (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DTypeLoc.cpp270 struct TSTChecker : public TypeLocVisitor<TSTChecker, bool> { struct
272 static bool isTypeSpec(TypeSpecTypeLoc _) { return true; } in isTypeSpec()
273 static bool isTypeSpec(TypeLoc _) { return false; } in isTypeSpec()