Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/test/std/utilities/memory/default.allocator/
H A Dallocator_types.deprecated_in_cxx17.verify.cpp35 …typedef std::allocator<char>::const_reference ConstReference; // expected-warning {{'const_refer… in main() typedef
42 …typedef std::allocator<char const>::const_reference ConstReference; // expected-warning {{'const… in main() typedef
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/misc/
H A DConstCorrectnessCheck.cpp66 const auto ConstReference = hasType(references(isConstQualified())); in registerMatchers() local
/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/performance/
H A Dunnecessary-copy-initialization.cpp260 const ExpensiveToCopyType &ConstReference = Obj.reference(); in PositiveLocalConstRef() local