Searched refs:AddQualType (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DODRHash.cpp86 AddQualType(Name.getCXXNameType());
95 AddQualType(Name.getCXXNameType());
165 AddQualType(TA.getAsType());
262 void AddQualType(QualType T) { function in class:__anon1593::ODRDeclVisitor
263 Hash.AddQualType(T);
289 AddQualType(D->getType());
350 AddQualType(D->getUnderlyingType());
367 AddQualType(TSI->getType());
513 AddQualType(Base.getType());
563 AddQualType(Functio
680 void AddQualType(QualType T) { function in class:__anon1594::ODRTypeVisitor
1124 void ODRHash::AddQualType(QualType T) { function in class:ODRHash
[all...]
H A DStmtProfile.cpp183 Hash.AddQualType(T);
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DODRHash.h80 void AddQualType(QualType T);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp9545 Hash.AddQualType(Ty);

Completed in 110 milliseconds