Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/test/clang-tidy/checkers/readability/
H A Davoid-const-params-in-decls.cpp148 struct BarT { struct
149 BarT(const int i) {} in BarT() function
153 BarT<int> b(1); argument
/llvm-project/clang/test/SemaCXX/
H A Dwarn-thread-safety-analysis.cpp1989 class BarT { global() class