Home
last modified time | relevance | path

Searched defs:ConstRef (Results 1 – 12 of 12) sorted by relevance

/llvm-project/clang-tools-extra/test/clang-tidy/checkers/performance/
H A Dno-automatic-move.cpp101 UrefCtor<Obj> ConstRef() { in ConstRef() function
H A Dunnecessary-value-param-delayed.cpp58 void positiveAndNegative(const ExpensiveToCopyType ConstCopy, const ExpensiveToCopyType& ConstRef, ExpensiveToCopyType Copy) { in positiveAndNegative() argument
H A Dunnecessary-copy-initialization.cpp23 using ConstRef = const ExpensiveToCopyType &; typedef
885 const auto &ConstRef = UC.Member; positiveConstMemberExpr() local
H A Dunnecessary-value-param.cpp98 positiveAndNegative(const ExpensiveToCopyType ConstCopy,const ExpensiveToCopyType & ConstRef,ExpensiveToCopyType Copy) positiveAndNegative() argument
H A Dfor-range-copy.cpp329 const auto &ConstRef = SS.Member; in positiveConstMemberExpr() local
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Dreturn-const-ref-from-parameter.cpp14 struct ConstRef { using type = const T&; }; argument
/llvm-project/clang-tools-extra/clangd/
H A DHover.h107 enum PassMode { Ref, ConstRef, Value }; enumerator
/llvm-project/third-party/unittest/googletest/include/gtest/internal/
H A Dgtest-port.h1107 struct ConstRef { struct
1111 struct ConstRef<T&> { argument
/llvm-project/clang/test/CodeCompletion/
H A Dmember-access.cpp242 void testConstLValue(const Overloads& ConstRef) { in testConstLValue() argument
/llvm-project/llvm/unittests/Support/
H A DBinaryStreamTest.cpp279 BinaryStreamRef ConstRef(Stream); in TEST_F() local
/llvm-project/llvm/lib/Target/Hexagon/
H A DBitTracker.cpp124 bool ConstRef = false; // A sequence of refs to the same bit. in operator <<() local
/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp10794 const char *ConstRef CheckConstructor() local