Searched refs:DeclRefType (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaExpr.cpp | 18504 QualType CaptureType, DeclRefType; in MarkVarDeclODRUsed() local 18510 DeclRefType, FunctionScopeIndexToStopAt); in MarkVarDeclODRUsed() 18604 QualType &DeclRefType) { in isVariableAlreadyCapturedInScopeInfo() argument 18614 DeclRefType = CaptureType.getNonReferenceType(); in isVariableAlreadyCapturedInScopeInfo() 18624 DeclRefType.addConst(); in isVariableAlreadyCapturedInScopeInfo() 18733 QualType &CaptureType, QualType &DeclRefType, in captureInBlock() argument 18787 DeclRefType = CaptureType; in captureInBlock() 18801 const bool BuildAndDiagnose, QualType &CaptureType, QualType &DeclRefType, in captureInCapturedRegion() argument 18811 bool HasConst = DeclRefType.isConstQualified(); in captureInCapturedRegion() 18812 DeclRefType = DeclRefType.getUnqualifiedType(); in captureInCapturedRegion() [all …]
|
| H A D | SemaLambda.cpp | 204 QualType CaptureType, DeclRefType; in getStackIndexOfNearestEnclosingCaptureCapableLambda() local 211 DeclRefType, &IndexOfCaptureReadyLambda); in getStackIndexOfNearestEnclosingCaptureCapableLambda()
|
| H A D | SemaExprCXX.cpp | 8314 QualType CaptureType, DeclRefType; in CheckIfAnyEnclosingLambdasMustCaptureAnyPotentialCaptures() local 8319 DeclRefType, nullptr)) { in CheckIfAnyEnclosingLambdasMustCaptureAnyPotentialCaptures() 8325 DeclRefType, nullptr); in CheckIfAnyEnclosingLambdasMustCaptureAnyPotentialCaptures()
|
| /openbsd-src/gnu/llvm/clang/include/clang/Sema/ |
| H A D | Sema.h | 5474 QualType &DeclRefType,
|