Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DODRHash.cpp685 void AddType(const Type *T) { in AddType() function in __anonfecede4a0211::ODRTypeVisitor
1120 void ODRHash::AddType(const Type *T) { in AddType() function in ODRHash
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/bugprone/
H A DEasilySwappableParametersCheck.cpp1982 auto AddType = [&](StringRef ToAdd) { in FormattedConversionSequence() local