Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DSemaInternal.h82 QualType CaptureType, DeclRefType; in MarkVarDeclODRUsed() local
86 CaptureType, DeclRefType, in MarkVarDeclODRUsed()
DSema.h3726 QualType &DeclRefType,
/external/clang/lib/Sema/
DSemaExpr.cpp13183 QualType &DeclRefType) { in isVariableAlreadyCapturedInScopeInfo() argument
13193 DeclRefType = CaptureType.getNonReferenceType(); in isVariableAlreadyCapturedInScopeInfo()
13203 DeclRefType.addConst(); in isVariableAlreadyCapturedInScopeInfo()
13291 QualType &DeclRefType, in captureInBlock() argument
13326 DeclRefType = CaptureType; in captureInBlock()
13329 if (const RecordType *Record = DeclRefType->getAs<RecordType>()) { in captureInBlock()
13346 DeclRefType.withConst(), in captureInBlock()
13384 QualType &DeclRefType, in captureInCapturedRegion() argument
13392 DeclRefType = DeclRefType.getUnqualifiedType(); in captureInCapturedRegion()
13397 CaptureType = S.Context.getLValueReferenceType(DeclRefType); in captureInCapturedRegion()
[all …]
DSemaLambda.cpp199 QualType CaptureType, DeclRefType; in getStackIndexOfNearestEnclosingCaptureCapableLambda() local
206 DeclRefType, &IndexOfCaptureReadyLambda); in getStackIndexOfNearestEnclosingCaptureCapableLambda()
DSemaExprCXX.cpp6643 QualType CaptureType, DeclRefType; in CheckIfAnyEnclosingLambdasMustCaptureAnyPotentialCaptures() local
6648 DeclRefType, nullptr)) { in CheckIfAnyEnclosingLambdasMustCaptureAnyPotentialCaptures()
6654 DeclRefType, nullptr); in CheckIfAnyEnclosingLambdasMustCaptureAnyPotentialCaptures()