Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp19280 DeclRefType.addConst(); in isVariableAlreadyCapturedInScopeInfo()
19443 DeclRefType = CaptureType; in captureInBlock()
19468 DeclRefType = DeclRefType.getUnqualifiedType(); in captureInCapturedRegion()
19471 DeclRefType.addConst(); in captureInCapturedRegion()
19484 CaptureType = DeclRefType; in captureInCapturedRegion()
19596 DeclRefType.addConst(); in captureInLambda()
19901 DeclRefType = DeclRefType.getUnqualifiedType(); in tryCaptureVariable()
19991 QualType DeclRefType; in tryCaptureVariable() local
19999 QualType DeclRefType; in NeedToCaptureVariable() local
20007 QualType DeclRefType; in getCapturedDeclRefType() local
[all …]
H A DSemaLambda.cpp205 QualType CaptureType, DeclRefType; in getStackIndexOfNearestEnclosingCaptureCapableLambda() local
212 DeclRefType, &IndexOfCaptureReadyLambda); in getStackIndexOfNearestEnclosingCaptureCapableLambda()
H A DSemaExprCXX.cpp8376 QualType CaptureType, DeclRefType; in CheckIfAnyEnclosingLambdasMustCaptureAnyPotentialCaptures() local
8381 DeclRefType, nullptr)) { in CheckIfAnyEnclosingLambdasMustCaptureAnyPotentialCaptures()
8387 DeclRefType, nullptr); in CheckIfAnyEnclosingLambdasMustCaptureAnyPotentialCaptures()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h5600 QualType &DeclRefType,