Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/modernize/
DUseEqualsDefaultCheck.cpp253 std::string SpecialFunctionName; in check() local
287 SpecialFunctionName = "default constructor"; in check()
291 SpecialFunctionName = "copy constructor"; in check()
299 SpecialFunctionName = "destructor"; in check()
303 SpecialFunctionName = "copy-assignment operator"; in check()
313 SpecialFunctionName); in check()