Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dhicpp-exception-baseclass.cpp267 struct ThrowClassTemplateParam { struct
268 ThrowClassTemplateParam() { throw T(); } in ThrowClassTemplateParam() function
280 ThrowClassTemplateParam<int> IntThrow; in class_templates()
281 ThrowClassTemplateParam<std::invalid_argument> ArgThrow; in class_templates()