Searched refs:DeclRefType (Results 1 – 9 of 9) 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()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaExpr.cpp | 17009 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 …]
|
D | SemaLambda.cpp | 202 QualType CaptureType, DeclRefType; in getStackIndexOfNearestEnclosingCaptureCapableLambda() local 209 DeclRefType, &IndexOfCaptureReadyLambda); in getStackIndexOfNearestEnclosingCaptureCapableLambda()
|
D | SemaExprCXX.cpp | 7883 QualType CaptureType, DeclRefType; in CheckIfAnyEnclosingLambdasMustCaptureAnyPotentialCaptures() local 7888 DeclRefType, nullptr)) { in CheckIfAnyEnclosingLambdasMustCaptureAnyPotentialCaptures() 7894 DeclRefType, nullptr); in CheckIfAnyEnclosingLambdasMustCaptureAnyPotentialCaptures()
|
/external/llvm-project/clang/include/clang/Sema/ |
D | Sema.h | 4882 QualType &DeclRefType,
|