Searched defs:CaptureType (Results 1 – 7 of 7) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/ |
| H A D | ScopeInfo.h | 533 QualType CaptureType; variable 546 QualType CaptureType, Expr *Cpy) in Capture() 555 QualType CaptureType, Expr *Cpy, const bool ByCopy) in Capture() 654 QualType CaptureType, Expr *Cpy) { in addCapture() 660 void addVLATypeCapture(SourceLocation Loc, QualType CaptureType) { in addVLATypeCapture()
|
| H A D | SemaInternal.h | 83 QualType CaptureType, DeclRefType; in MarkVarDeclODRUsed() local
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | SemaLambda.cpp | 202 QualType CaptureType, DeclRefType; in getStackIndexOfNearestEnclosingCaptureCapableLambda() local
|
| H A D | SemaExpr.cpp | 14847 QualType &CaptureType, in isVariableAlreadyCapturedInScopeInfo() 14962 QualType &CaptureType, in captureInBlock() 15089 QualType &CaptureType, in captureInCapturedRegion() 15182 QualType &CaptureType, in captureInLambda() 15282 SourceLocation EllipsisLoc, bool BuildAndDiagnose, QualType &CaptureType, in tryCaptureVariable() 15479 QualType CaptureType; in tryCaptureVariable() local 15487 QualType CaptureType; in NeedToCaptureVariable() local 15495 QualType CaptureType; in getCapturedDeclRefType() local
|
| H A D | SemaExprCXX.cpp | 7467 QualType CaptureType, DeclRefType; in CheckIfAnyEnclosingLambdasMustCaptureAnyPotentialCaptures() local
|
| H A D | SemaDecl.cpp | 12831 QualType CaptureType = VD->getType(); in RebuildLambdaScopeInfo() local
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | CGBlocks.cpp | 1939 Address Field, QualType CaptureType, in pushCaptureCleanup()
|