Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Dstringview-nullptr.cpp1599 struct AcceptsSV { in constructor_invocation() struct
1600 explicit AcceptsSV(std::string_view) {} in constructor_invocation() argument