Searched defs:ByRef (Results 1 – 5 of 5) sorted by relevance
/llvm-project/clang/lib/Sema/ |
H A D | SemaLambda.cpp | 784 buildLambdaInitCaptureInitialization(SourceLocation Loc,bool ByRef,SourceLocation EllipsisLoc,std::optional<unsigned> NumExpansions,IdentifierInfo * Id,bool IsDirectInit,Expr * & Init) buildLambdaInitCaptureInitialization() argument 875 addInitCapture(LambdaScopeInfo * LSI,VarDecl * Var,bool ByRef) addInitCapture() argument
|
H A D | SemaExpr.cpp | 18307 bool ByRef = false; captureInBlock() local 18377 bool ByRef = true; captureInCapturedRegion() local 18419 bool ByRef = false; captureInLambda() local [all...] |
H A D | SemaDecl.cpp | 15346 const bool ByRef = C.getCaptureKind() == LCK_ByRef; RebuildLambdaScopeInfo() local
|
/llvm-project/clang/include/clang/Sema/ |
H A D | ScopeInfo.h | 624 Capture(ValueDecl *Var, bool Block, bool ByRef, bool IsNested, in Capture() argument
|
H A D | Sema.h | 8774 actOnLambdaInitCaptureInitialization(SourceLocation Loc,bool ByRef,SourceLocation EllipsisLoc,IdentifierInfo * Id,LambdaCaptureInitKind InitKind,Expr * & Init) actOnLambdaInitCaptureInitialization() argument
|