Home
last modified time | relevance | path

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

/llvm-project/clang/test/SemaCXX/
H A Ddiagnose_if.cpp404 struct ParenTemplate { struct
405 int i;
406 constexpr ParenTemplate(int i): i(i) {} in ParenTemplate() argument
407 constexpr bool bad() const { return i; } in bad()
409 …erator()(T) const _diagnose_if(bad(), "oh no", "error") {} // expected-note 2{{from 'diagnose_if'}} in operator ()()