Home
last modified time | relevance | path

Searched defs:C20 (Results 1 – 3 of 3) sorted by relevance

/llvm-project/clang/test/Coverage/
H A Dast-print-temp-class.cpp35 template<typename T, typename U> struct C20 { struct
39 template<typename T> struct C20<T, int> { argument
40 T a;
/llvm-project/clang-tools-extra/test/clang-tidy/infrastructure/
H A Dnolint.cpp73 class C20 { C20(int i); }; // NOLINT( google-explicit-constructor ) class
/llvm-project/clang/test/SemaCXX/
H A Dfriend2.cpp106 template<typename T> struct C20 { struct