Searched defs:ByRef (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.3-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DScopeInfo.h378 Capture(VarDecl *Var, bool Block, bool ByRef, bool IsNested, argument
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaLambda.cpp612 performLambdaInitCaptureInitialization(SourceLocation Loc, bool ByRef, IdentifierInfo *Id, Expr *&Init) argument
H A DSemaDecl.cpp9482 const bool ByRef = C->getCaptureKind() == LCK_ByRef; local
H A DSemaExpr.cpp11469 bool ByRef = false; local
11562 bool ByRef = true; local
11733 bool ByRef = false; local
[all...]

Completed in 200 milliseconds