Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DODRHash.h91 void AddType(const Type *T);
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DODRHash.cpp133 AddType(NNS->getAsType()); in AddNestedNameSpecifier()
839 void AddType(const Type *T) { in AddType() function in __anoncf944ab10211::ODRTypeVisitor
842 Hash.AddType(T); in AddType()
1071 AddType(T->getClass()); in VisitMemberPointerType()
1205 AddType(UnderlyingType.getTypePtr()); in VisitTypedefType()
1274 void ODRHash::AddType(const Type *T) { in AddType() function in ODRHash
1285 AddType(split.Ty); in AddQualType()