Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/test/clang-tidy/infrastructure/
H A Dnolintbeginend.cpp119 class C13 { C13(int i); }; class
H A Dnolint.cpp53 class C13 { C13(int i); }; // NOLINT(google-explicit-constructor) NOLINT(some-other-check) class