Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DSemaInternal.h83 QualType CaptureType, DeclRefType; in MarkVarDeclODRUsed() local
87 CaptureType, DeclRefType, in MarkVarDeclODRUsed()
H A DSema.h4109 QualType &DeclRefType,
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExpr.cpp14868 DeclRefType.addConst(); in isVariableAlreadyCapturedInScopeInfo()
15032 DeclRefType = CaptureType; in captureInBlock()
15099 DeclRefType = DeclRefType.getUnqualifiedType(); in captureInCapturedRegion()
15102 DeclRefType.addConst(); in captureInCapturedRegion()
15110 CaptureType = DeclRefType; in captureInCapturedRegion()
15269 DeclRefType.addConst(); in captureInLambda()
15406 DeclRefType = DeclRefType.getUnqualifiedType(); in tryCaptureVariable()
15480 QualType DeclRefType; in tryCaptureVariable() local
15488 QualType DeclRefType; in NeedToCaptureVariable() local
15496 QualType DeclRefType; in getCapturedDeclRefType() local
[all …]
H A DSemaLambda.cpp202 QualType CaptureType, DeclRefType; in getStackIndexOfNearestEnclosingCaptureCapableLambda() local
209 DeclRefType, &IndexOfCaptureReadyLambda); in getStackIndexOfNearestEnclosingCaptureCapableLambda()
H A DSemaExprCXX.cpp7467 QualType CaptureType, DeclRefType; in CheckIfAnyEnclosingLambdasMustCaptureAnyPotentialCaptures() local
7472 DeclRefType, nullptr)) { in CheckIfAnyEnclosingLambdasMustCaptureAnyPotentialCaptures()
7478 DeclRefType, nullptr); in CheckIfAnyEnclosingLambdasMustCaptureAnyPotentialCaptures()