Searched refs:DeclRefType (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaExpr.cpp | 18139 QualType CaptureType, DeclRefType; in MarkVarDeclODRUsed() local 18145 DeclRefType, FunctionScopeIndexToStopAt); in MarkVarDeclODRUsed() 18245 QualType &DeclRefType) { in isVariableAlreadyCapturedInScopeInfo() argument 18255 DeclRefType = CaptureType.getNonReferenceType(); in isVariableAlreadyCapturedInScopeInfo() 18266 DeclRefType.addConst(); in isVariableAlreadyCapturedInScopeInfo() 18375 QualType &CaptureType, QualType &DeclRefType, in captureInBlock() argument 18429 DeclRefType = CaptureType; in captureInBlock() 18443 const bool BuildAndDiagnose, QualType &CaptureType, QualType &DeclRefType, in captureInCapturedRegion() argument 18453 bool HasConst = DeclRefType.isConstQualified(); in captureInCapturedRegion() 18454 DeclRefType = DeclRefType.getUnqualifiedType(); in captureInCapturedRegion() [all …]
|
H A D | SemaLambda.cpp | 208 QualType CaptureType, DeclRefType; in getStackIndexOfNearestEnclosingCaptureCapableLambda() local 215 DeclRefType, &IndexOfCaptureReadyLambda); in getStackIndexOfNearestEnclosingCaptureCapableLambda()
|
H A D | SemaExprCXX.cpp | 8611 QualType CaptureType, DeclRefType; in CheckIfAnyEnclosingLambdasMustCaptureAnyPotentialCaptures() local 8616 DeclRefType, nullptr)) { in CheckIfAnyEnclosingLambdasMustCaptureAnyPotentialCaptures() 8622 DeclRefType, nullptr); in CheckIfAnyEnclosingLambdasMustCaptureAnyPotentialCaptures()
|
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | Sema.h | 6639 QualType &DeclRefType,
|