Home
last modified time | relevance | path

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

/llvm-project/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 f() typedef
/llvm-project/third-party/unittest/googlemock/include/gmock/internal/
H A Dgmock-internal-utils.h347 static const_reference ConstReference(const RawContainer& container) { in ConstReference() function
368 static const_reference ConstReference(const Element (&array)[N]) { in ConstReference() function
389 static const_reference ConstReference( in ConstReference() function
/llvm-project/clang-tools-extra/clang-tidy/misc/
H A DConstCorrectnessCheck.cpp64 const auto ConstReference = hasType(references(isConstQualified())); in registerMatchers() local
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Dunused-local-non-trivial-variable.cpp102 const a::Future<Units>& ConstReference = Referenced; in bar() local
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/performance/
H A Dunnecessary-copy-initialization.cpp289 const ExpensiveToCopyType &ConstReference = Obj.reference(); PositiveLocalConstRef() local