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

/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
H A DASTDiagnostic.cpp1370 /// hasSameBaseTemplate - Returns true when the base templates are the same,
1372 static bool hasSameBaseTemplate(const TemplateSpecializationType *FromTST, function in class:__anon2700::TemplateDiff
1385 if (hasSameBaseTemplate(FromTST, ToTST))
1400 if (!hasSameBaseTemplate(*FromIter, *ToIter))
1407 if (!hasSameBaseTemplate(*FromIter, *ToIter))

Completed in 98 milliseconds