Searched refs:DeclRefType (Results 1 – 5 of 5) sorted by relevance
/external/clang/include/clang/Sema/ |
D | SemaInternal.h | 82 QualType CaptureType, DeclRefType; in MarkVarDeclODRUsed() local 86 CaptureType, DeclRefType, in MarkVarDeclODRUsed()
|
D | Sema.h | 3726 QualType &DeclRefType,
|
/external/clang/lib/Sema/ |
D | SemaExpr.cpp | 13183 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 …]
|
D | SemaLambda.cpp | 199 QualType CaptureType, DeclRefType; in getStackIndexOfNearestEnclosingCaptureCapableLambda() local 206 DeclRefType, &IndexOfCaptureReadyLambda); in getStackIndexOfNearestEnclosingCaptureCapableLambda()
|
D | SemaExprCXX.cpp | 6643 QualType CaptureType, DeclRefType; in CheckIfAnyEnclosingLambdasMustCaptureAnyPotentialCaptures() local 6648 DeclRefType, nullptr)) { in CheckIfAnyEnclosingLambdasMustCaptureAnyPotentialCaptures() 6654 DeclRefType, nullptr); in CheckIfAnyEnclosingLambdasMustCaptureAnyPotentialCaptures()
|