Home
last modified time | relevance | path

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

/external/clang/test/Modules/
Dmerge-using-decls.cpp26 template<typename T> int UseAll() { in UseAll() function
30 template int UseAll<YA>();
31 template int UseAll<YB>();
32 template int UseAll<Y>();