Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/
H A Duse-emplace-ignore-implicit-constructors.cpp41 struct Something { struct
42 Something(int a, int b = 41) {} in Something() function
43 Something() {} in Something() argument
49 operator Something() { return Something{}; } in operator Something() argument
H A Duse-emplace.cpp352 struct Something { struct
353 Something(int a, int b = 41) {} in Something() argument
354 Something() {} in Something() function
360 operator Something() { return Something{}; } in operator Something() argument
H A Dloop-convert-basic.cpp164 bool Something = false; in constArray() local
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Deasily-swappable-parameters-prefixsuffixname.cpp44 void test10(int Something, int Other, int Foo, int Bar1, int Bar2, int Baz, int Qux) {} in test10()
/llvm-project/clang/test/SemaCXX/
H A Dcxx1y-variable-templates_in_class.cpp374 struct Something struct
376 fooPR24473::Something foo() argument