Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-tuple.h117 struct ByRef { typedef const T& type; }; // NOLINT struct
/minix3/external/bsd/llvm/dist/clang/include/clang/Sema/
H A DScopeInfo.h398 Capture(VarDecl *Var, bool Block, bool ByRef, bool IsNested, in Capture()
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaLambda.cpp702 bool ByRef, in performLambdaInitCaptureInitialization()
H A DSemaExpr.cpp11905 bool ByRef = false; in captureInBlock() local
11998 bool ByRef = true; in captureInCapturedRegion() local
12168 bool ByRef = false; in captureInLambda() local
H A DSemaDecl.cpp10202 const bool ByRef = C.getCaptureKind() == LCK_ByRef; in RebuildLambdaScopeInfo() local