Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaExpr.cpp18201 CaptureType, DeclRefType, in MarkVarDeclODRUsed()
18316 DeclRefType.addConst(); in isVariableAlreadyCapturedInScopeInfo()
18461 DeclRefType = CaptureType; in captureInBlock()
18487 DeclRefType = DeclRefType.getUnqualifiedType(); in captureInCapturedRegion()
18503 CaptureType = DeclRefType; in captureInCapturedRegion()
18602 DeclRefType.addConst(); in captureInLambda()
18866 DeclRefType = DeclRefType.getUnqualifiedType(); in tryCaptureVariable()
18956 QualType DeclRefType; in tryCaptureVariable() local
18964 QualType DeclRefType; in NeedToCaptureVariable() local
18972 QualType DeclRefType; in getCapturedDeclRefType() local
[all …]
H A DSemaLambda.cpp202 QualType CaptureType, DeclRefType; in getStackIndexOfNearestEnclosingCaptureCapableLambda() local
209 DeclRefType, &IndexOfCaptureReadyLambda); in getStackIndexOfNearestEnclosingCaptureCapableLambda()
H A DSemaExprCXX.cpp8290 QualType CaptureType, DeclRefType; in CheckIfAnyEnclosingLambdasMustCaptureAnyPotentialCaptures() local
8295 DeclRefType, nullptr)) { in CheckIfAnyEnclosingLambdasMustCaptureAnyPotentialCaptures()
8301 DeclRefType, nullptr); in CheckIfAnyEnclosingLambdasMustCaptureAnyPotentialCaptures()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h5334 QualType &DeclRefType,