Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/CXX/over/over.match/over.match.funcs/over.match.oper/
H A Dp3-2a.cpp146 template<typename T> struct CRTPBase { struct
150 struct CRTP : CRTPBase<CRTP> {};
/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/readability/
H A Didentifier-naming.cpp388 class CRTPBase { class
394 class CRTPDerived : CRTPBase<CRTPDerived> {