Home
last modified time | relevance | path

Searched refs:DeclRefType (Results 1 – 9 of 9) 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()
/external/llvm-project/clang/lib/Sema/
DSemaExpr.cpp17009 QualType CaptureType, DeclRefType; in MarkVarDeclODRUsed() local
17015 CaptureType, DeclRefType, in MarkVarDeclODRUsed()
17073 QualType &DeclRefType) { in isVariableAlreadyCapturedInScopeInfo() argument
17083 DeclRefType = CaptureType.getNonReferenceType(); in isVariableAlreadyCapturedInScopeInfo()
17093 DeclRefType.addConst(); in isVariableAlreadyCapturedInScopeInfo()
17183 QualType &DeclRefType, in captureInBlock() argument
17238 DeclRefType = CaptureType; in captureInBlock()
17256 QualType &DeclRefType, in captureInCapturedRegion() argument
17264 bool HasConst = DeclRefType.isConstQualified(); in captureInCapturedRegion()
17265 DeclRefType = DeclRefType.getUnqualifiedType(); in captureInCapturedRegion()
[all …]
DSemaLambda.cpp202 QualType CaptureType, DeclRefType; in getStackIndexOfNearestEnclosingCaptureCapableLambda() local
209 DeclRefType, &IndexOfCaptureReadyLambda); in getStackIndexOfNearestEnclosingCaptureCapableLambda()
DSemaExprCXX.cpp7883 QualType CaptureType, DeclRefType; in CheckIfAnyEnclosingLambdasMustCaptureAnyPotentialCaptures() local
7888 DeclRefType, nullptr)) { in CheckIfAnyEnclosingLambdasMustCaptureAnyPotentialCaptures()
7894 DeclRefType, nullptr); in CheckIfAnyEnclosingLambdasMustCaptureAnyPotentialCaptures()
/external/llvm-project/clang/include/clang/Sema/
DSema.h4882 QualType &DeclRefType,