Searched defs:ByRef (Results 1 – 12 of 12) sorted by relevance
117 struct ByRef { typedef const T& type; }; // NOLINT argument
119 struct ByRef { typedef const T& type; }; // NOLINT struct
117 struct ByRef { typedef const T& type; }; // NOLINT struct
628 struct ByRef { typedef const T& type; }; // NOLINT argument
760 struct ByRef { typedef const T& type; }; // NOLINT struct
1072 inline internal::ReferenceWrapper<T> ByRef(T& l_value) { // NOLINT in ByRef() function
414 Capture(VarDecl *Var, bool Block, bool ByRef, bool IsNested, in Capture()
702 bool ByRef, in performLambdaInitCaptureInitialization()
12410 bool ByRef = false; in captureInBlock() local12503 bool ByRef = true; in captureInCapturedRegion() local12673 bool ByRef = false; in captureInLambda() local
10326 const bool ByRef = C.getCaptureKind() == LCK_ByRef; in RebuildLambdaScopeInfo() local