Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/SemaTemplate/
H A Dtemp_arg_template.cpp19 template<class, class> struct TooMany; // expected-note{{too many template parameters in template t…
27 A<TooMany> *a5; // expected-error{{template template argument has different template parameters tha…
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DXRefs.cpp582 bool TooMany = false; in locateSymbolTextually() local
622 TooMany = true; in locateSymbolTextually()
640 if (TooMany) { in locateSymbolTextually()