Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Dundelegated-constructor.cpp50 struct TDerived : public Base { struct
51 TDerived() { Base(); } in TDerived() argument
H A Dvirtual-near-miss.cpp44 struct TDerived : TBase<T> { struct