Home
last modified time | relevance | path

Searched refs:CaptureType (Results 1 – 7 of 7) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/include/clang/Sema/
H A DScopeInfo.h395 QualType CaptureType; variable
400 QualType CaptureType, Expr *Cpy) in Capture() argument
404 Loc(Loc), EllipsisLoc(EllipsisLoc), CaptureType(CaptureType) {} in Capture()
408 QualType CaptureType, Expr *Cpy) in Capture() argument
411 Loc(Loc), EllipsisLoc(), CaptureType(CaptureType) {} in Capture()
449 QualType getCaptureType() const { return CaptureType; } in getCaptureType()
482 QualType CaptureType, Expr *Cpy) { in addCapture() argument
484 EllipsisLoc, CaptureType, Cpy)); in addCapture()
488 void addVLATypeCapture(SourceLocation Loc, QualType CaptureType) { in addVLATypeCapture() argument
491 /*EllipsisLoc*/ SourceLocation(), CaptureType, in addVLATypeCapture()
[all …]
H A DSemaInternal.h69 QualType CaptureType, DeclRefType; in MarkVarDeclODRUsed() local
73 CaptureType, DeclRefType, in MarkVarDeclODRUsed()
H A DSema.h3447 QualType &CaptureType,
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaExpr.cpp11797 QualType &CaptureType, in isVariableAlreadyCapturedInScopeInfo() argument
11805 CaptureType = CSI->getCapture(Var).getCaptureType(); in isVariableAlreadyCapturedInScopeInfo()
11808 DeclRefType = CaptureType.getNonReferenceType(); in isVariableAlreadyCapturedInScopeInfo()
11900 QualType &CaptureType, in captureInBlock() argument
11908 if (CaptureType->isArrayType()) { in captureInBlock()
11918 if (CaptureType.getObjCLifetime() == Qualifiers::OCL_Autoreleasing) { in captureInBlock()
11928 if (HasBlocksAttr || CaptureType->isReferenceType()) { in captureInBlock()
11934 CaptureType = CaptureType.getNonReferenceType().withConst(); in captureInBlock()
11935 DeclRefType = CaptureType; in captureInBlock()
11961 CaptureType, false), in captureInBlock()
[all …]
H A DSemaLambda.cpp199 QualType CaptureType, DeclRefType; in getStackIndexOfNearestEnclosingCaptureCapableLambda() local
205 /*BuildAndDiagnose*/ false, CaptureType, in getStackIndexOfNearestEnclosingCaptureCapableLambda()
H A DSemaExprCXX.cpp5947 QualType CaptureType, DeclRefType; in CheckIfAnyEnclosingLambdasMustCaptureAnyPotentialCaptures() local
5951 /*BuildAndDiagnose*/false, CaptureType, in CheckIfAnyEnclosingLambdasMustCaptureAnyPotentialCaptures()
5957 /*BuildAndDiagnose*/true, CaptureType, in CheckIfAnyEnclosingLambdasMustCaptureAnyPotentialCaptures()
H A DSemaDecl.cpp10201 QualType CaptureType = VD->getType(); in RebuildLambdaScopeInfo() local
10207 CaptureType, /*Expr*/ nullptr); in RebuildLambdaScopeInfo()