Home
last modified time | relevance | path

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

/llvm-project/clang/test/Coverage/
H A Dast-print-temp-class.cpp51 template<template<typename T2> class TC, typename U> struct C22 { struct
55 template<template<typename T2> class TC> struct C22<TC, int> { argument
56 TC<int> a;
/llvm-project/clang-tools-extra/test/clang-tidy/infrastructure/
H A Dnolint.cpp75 class C22 { C22(int i); }; // NOLINT(google-explicit- constructor) class