Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DTemplateArgumentHasher.cpp54 void AddType(const Type *T);
214 AddType(split.Ty); in AddQualType()
238 void AddType(const Type *T) { in AddType() function in __anon91a37be10111::TypeVisitorHelper
240 Hash.AddType(T); in AddType()
323 AddType(T->getQualifier()->getAsType()); in VisitMemberPointerType()
400 void TemplateArgumentHasher::AddType(const Type *T) { in AddType() function in __anon91a37be10111::TemplateArgumentHasher
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DODRHash.h92 void AddType(const Type *T);
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DODRHash.cpp134 AddType(NNS->getAsType()); in AddNestedNameSpecifier()
888 void AddType(const Type *T) { in AddType() function in __anonb4317f1a0211::ODRTypeVisitor
891 Hash.AddType(T); in AddType()
1283 void ODRHash::AddType(const Type *T) { in AddType() function in ODRHash
1294 AddType(split.Ty); in AddQualType()