Home
last modified time | relevance | path

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

/llvm-project/clang/test/CodeGenCXX/
H A Dmodule-intializer.cpp77 struct Meow { struct
78 Meow(){}; in Meow() function
/llvm-project/clang/test/SemaTemplate/
H A Dalias-template-with-lambdas.cpp38 template <class> using Meow = decltype([]<True> {}.template operator()<int>()); typedef