Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/google/
DExplicitConstructorCheck.cpp117 StringRef ConstructorDescription; in check() local
119 ConstructorDescription = "move"; in check()
121 ConstructorDescription = "copy"; in check()
123 ConstructorDescription = "initializer-list"; in check()
127 << ConstructorDescription; in check()