Searched defs:CaptureType (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
H A D | ScopeInfo.h | 555 QualType CaptureType; variable 581 SourceLocation Loc, SourceLocation EllipsisLoc, QualType CaptureType, in Capture() 591 QualType CaptureType, const bool ByCopy, bool Invalid) in Capture() 599 SourceLocation Loc, QualType CaptureType) in Capture() 688 QualType CaptureType, bool Invalid) { in addCapture() 695 QualType CaptureType) { in addVLATypeCapture() 1045 QualType CaptureType, in addThisCapture()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaLambda.cpp | 202 QualType CaptureType, DeclRefType; in getStackIndexOfNearestEnclosingCaptureCapableLambda() local
|
H A D | SemaExpr.cpp | 17139 QualType CaptureType, DeclRefType; in MarkVarDeclODRUsed() local 17233 QualType &CaptureType, in isVariableAlreadyCapturedInScopeInfo() 17343 QualType &CaptureType, in captureInBlock() 17414 const bool BuildAndDiagnose, QualType &CaptureType, QualType &DeclRefType, in captureInCapturedRegion() 17456 QualType &CaptureType, in captureInLambda() 17654 SourceLocation EllipsisLoc, bool BuildAndDiagnose, QualType &CaptureType, in tryCaptureVariable() 17893 QualType CaptureType; in tryCaptureVariable() local 17901 QualType CaptureType; in NeedToCaptureVariable() local 17909 QualType CaptureType; in getCapturedDeclRefType() local
|
H A D | SemaExprCXX.cpp | 1343 QualType CaptureType = ThisTy; in CheckCXXThisCapture() local 7958 QualType CaptureType, DeclRefType; in CheckIfAnyEnclosingLambdasMustCaptureAnyPotentialCaptures() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | CGBlocks.cpp | 1855 Address Field, QualType CaptureType, in pushCaptureCleanup()
|