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

/netbsd-current/external/apache2/llvm/dist/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:__anon296::TemplateDiff
1385 if (hasSameBaseTemplate(FromTST, ToTST))
1400 if (!hasSameBaseTemplate(*FromIter, *ToIter))
1407 if (!hasSameBaseTemplate(*FromIter, *ToIter))

Completed in 188 milliseconds