Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DODRHash.cpp130 AddType(NNS->getAsType()); in AddNestedNameSpecifier()
685 void AddType(const Type *T) { in AddType() function in __anonfecede4a0211::ODRTypeVisitor
688 Hash.AddType(T); in AddType()
917 AddType(T->getClass()); in VisitMemberPointerType()
998 AddType(T->getReplacedParameter()); in VisitSubstTemplateTypeParmPackType()
1004 AddType(T->getReplacedParameter()); in VisitSubstTemplateTypeParmType()
1051 AddType(UnderlyingType.getTypePtr()); in VisitTypedefType()
1120 void ODRHash::AddType(const Type *T) { in AddType() function in ODRHash
1131 AddType(split.Ty); in AddQualType()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DODRHash.h79 void AddType(const Type *T);
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/bugprone/
H A DEasilySwappableParametersCheck.cpp1982 auto AddType = [&](StringRef ToAdd) { in FormattedConversionSequence() local
1991 AddType(InvolvedType.getAsString(PP)); in FormattedConversionSequence()