Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DODRHash.h92 void AddType(const Type *T);
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DODRHash.cpp133 AddType(NNS->getAsType()); in AddNestedNameSpecifier()
847 void AddType(const Type *T) { in AddType() function in __anone9b41ed00211::ODRTypeVisitor
850 Hash.AddType(T); in AddType()
1055 AddType(T->getClass()); in VisitMemberPointerType()
1239 void ODRHash::AddType(const Type *T) { in AddType() function in ODRHash
1250 AddType(split.Ty); in AddQualType()