Home
last modified time | relevance | path

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

/llvm-project/clang/test/Index/
H A Dcomplete-ctor-inits.cpp9 struct Virt { }; struct
/llvm-project/clang/test/CXX/drs/
H A Dcwg13xx.cpp490 struct Virt { virtual int f(int) const; }; struct
/llvm-project/clang/test/SemaCXX/
H A Dtype-traits.cpp114 struct HasVirt { virtual void Virt() {}; }; in Virt() function