Home
last modified time | relevance | path

Searched refs:WithConstructorDeclarationOnly (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/clang/test/Analysis/
H A Dcxx-member-initializer-const-field.cpp56 struct WithConstructorDeclarationOnly { struct
58 WithConstructorDeclarationOnly(int x); // definition not visible. argument
61 WithConstructorDeclarationOnly c(0); in compliant1() argument
66 WithConstructorDeclarationOnly c(-1); in compliant2() argument