Searched defs:ConstReference (Results 1 – 3 of 3) sorted by relevance
35 …typedef std::allocator<char>::const_reference ConstReference; // expected-warning {{'const_refer… in main() typedef42 …typedef std::allocator<char const>::const_reference ConstReference; // expected-warning {{'const… in main() typedef
66 const auto ConstReference = hasType(references(isConstQualified())); in registerMatchers() local
260 const ExpensiveToCopyType &ConstReference = Obj.reference(); in PositiveLocalConstRef() local