Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/
H A Duse-constraints.cpp63 typename std::enable_if<U::some_value, Obj>::type decl_with_separate_def();
66 typename std::enable_if<U::some_value, Obj>::type decl_with_separate_def() { in decl_with_separate_def() function