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

/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DScopeInfo.h431 Capture(VarDecl *Var, bool Block, bool ByRef, bool IsNested, argument
H A DSema.h5010 actOnLambdaInitCaptureInitialization( SourceLocation Loc, bool ByRef, IdentifierInfo *Id, LambdaCaptureInitKind InitKind, Expr *&Init) argument
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaLambda.cpp703 buildLambdaInitCaptureInitialization(SourceLocation Loc, bool ByRef, IdentifierInfo *Id, bool IsDirectInit, Expr *&Init) argument
H A DSemaDecl.cpp10820 const bool ByRef = C.getCaptureKind() == LCK_ByRef; local
H A DSemaExpr.cpp12925 bool ByRef = false; local
13018 bool ByRef = true; local
13093 bool ByRef = false; local
[all...]
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DTargetInfo.cpp52 ABIInfo::getNaturalAlignIndirect(QualType Ty, bool ByRef, bool Realign, argument

Completed in 171 milliseconds