Home
last modified time | relevance | path

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

/external/googletest/googlemock/include/gmock/internal/
Dgmock-internal-utils.h330 static const_reference ConstReference(const RawContainer& container) { in ConstReference() function
351 static const_reference ConstReference(const Element (&array)[N]) { in ConstReference() function
372 static const_reference ConstReference( in ConstReference() function
/external/llvm-project/clang-tools-extra/clang-tidy/performance/
DUnnecessaryCopyInitialization.cpp44 auto ConstReference = referenceType(pointee(qualType(isConstQualified()))); in registerMatchers() local
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dperformance-unnecessary-copy-initialization.cpp106 const ExpensiveToCopyType &ConstReference = Obj.reference(); in PositiveLocalConstRef() local