Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExpr.cpp17139 QualType CaptureType, DeclRefType; in MarkVarDeclODRUsed() local
17145 CaptureType, DeclRefType, in MarkVarDeclODRUsed()
17234 QualType &DeclRefType) { in isVariableAlreadyCapturedInScopeInfo() argument
17244 DeclRefType = CaptureType.getNonReferenceType(); in isVariableAlreadyCapturedInScopeInfo()
17254 DeclRefType.addConst(); in isVariableAlreadyCapturedInScopeInfo()
17344 QualType &DeclRefType, in captureInBlock() argument
17399 DeclRefType = CaptureType; in captureInBlock()
17414 const bool BuildAndDiagnose, QualType &CaptureType, QualType &DeclRefType, in captureInCapturedRegion() argument
17424 bool HasConst = DeclRefType.isConstQualified(); in captureInCapturedRegion()
17425 DeclRefType = DeclRefType.getUnqualifiedType(); in captureInCapturedRegion()
[all …]
H A DSemaLambda.cpp202 QualType CaptureType, DeclRefType; in getStackIndexOfNearestEnclosingCaptureCapableLambda() local
209 DeclRefType, &IndexOfCaptureReadyLambda); in getStackIndexOfNearestEnclosingCaptureCapableLambda()
H A DSemaExprCXX.cpp7958 QualType CaptureType, DeclRefType; in CheckIfAnyEnclosingLambdasMustCaptureAnyPotentialCaptures() local
7963 DeclRefType, nullptr)) { in CheckIfAnyEnclosingLambdasMustCaptureAnyPotentialCaptures()
7969 DeclRefType, nullptr); in CheckIfAnyEnclosingLambdasMustCaptureAnyPotentialCaptures()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h5025 QualType &DeclRefType,