Home
last modified time | relevance | path

Searched refs:TypeVisitorHelper (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DTemplateArgumentHasher.cpp220 class TypeVisitorHelper : public TypeVisitor<TypeVisitorHelper> { class
221 typedef TypeVisitor<TypeVisitorHelper> Inherited;
226 TypeVisitorHelper(llvm::FoldingSetNodeID &ID, TemplateArgumentHasher &Hash) in TypeVisitorHelper() function in __anon91a37be10111::TypeVisitorHelper
402 TypeVisitorHelper(ID, *this).Visit(T); in AddType()