Home
last modified time | relevance | path

Searched refs:DeclRefType (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp17306 CaptureType, DeclRefType, in MarkVarDeclODRUsed()
17420 DeclRefType.addConst(); in isVariableAlreadyCapturedInScopeInfo()
17565 DeclRefType = CaptureType; in captureInBlock()
17591 DeclRefType = DeclRefType.getUnqualifiedType(); in captureInCapturedRegion()
17607 CaptureType = DeclRefType; in captureInCapturedRegion()
17706 DeclRefType.addConst(); in captureInLambda()
17970 DeclRefType = DeclRefType.getUnqualifiedType(); in tryCaptureVariable()
18060 QualType DeclRefType; in tryCaptureVariable() local
18068 QualType DeclRefType; in NeedToCaptureVariable() local
18076 QualType DeclRefType; in getCapturedDeclRefType() local
[all …]
H A DSemaLambda.cpp202 QualType CaptureType, DeclRefType; in getStackIndexOfNearestEnclosingCaptureCapableLambda() local
209 DeclRefType, &IndexOfCaptureReadyLambda); in getStackIndexOfNearestEnclosingCaptureCapableLambda()
H A DSemaExprCXX.cpp8035 QualType CaptureType, DeclRefType; in CheckIfAnyEnclosingLambdasMustCaptureAnyPotentialCaptures() local
8040 DeclRefType, nullptr)) { in CheckIfAnyEnclosingLambdasMustCaptureAnyPotentialCaptures()
8046 DeclRefType, nullptr); in CheckIfAnyEnclosingLambdasMustCaptureAnyPotentialCaptures()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h5065 QualType &DeclRefType,