Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaExpr.cpp17310 QualType CaptureType, DeclRefType; in MarkVarDeclODRUsed() local
17316 CaptureType, DeclRefType, in MarkVarDeclODRUsed()
17410 QualType &DeclRefType) { in isVariableAlreadyCapturedInScopeInfo() argument
17420 DeclRefType = CaptureType.getNonReferenceType(); in isVariableAlreadyCapturedInScopeInfo()
17430 DeclRefType.addConst(); in isVariableAlreadyCapturedInScopeInfo()
17520 QualType &DeclRefType, in captureInBlock() argument
17575 DeclRefType = CaptureType; in captureInBlock()
17590 const bool BuildAndDiagnose, QualType &CaptureType, QualType &DeclRefType, in captureInCapturedRegion() argument
17600 bool HasConst = DeclRefType.isConstQualified(); in captureInCapturedRegion()
17601 DeclRefType = DeclRefType.getUnqualifiedType(); in captureInCapturedRegion()
[all …]
DSemaLambda.cpp202 QualType CaptureType, DeclRefType; in getStackIndexOfNearestEnclosingCaptureCapableLambda() local
209 DeclRefType, &IndexOfCaptureReadyLambda); in getStackIndexOfNearestEnclosingCaptureCapableLambda()
DSemaExprCXX.cpp8035 QualType CaptureType, DeclRefType; in CheckIfAnyEnclosingLambdasMustCaptureAnyPotentialCaptures() local
8040 DeclRefType, nullptr)) { in CheckIfAnyEnclosingLambdasMustCaptureAnyPotentialCaptures()
8046 DeclRefType, nullptr); in CheckIfAnyEnclosingLambdasMustCaptureAnyPotentialCaptures()
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Sema/
DSema.h5068 QualType &DeclRefType,