Home
last modified time | relevance | path

Searched refs:DeclRefType (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp18582 QualType CaptureType, DeclRefType; in MarkVarDeclODRUsed() local
18588 DeclRefType, FunctionScopeIndexToStopAt); in MarkVarDeclODRUsed()
18687 QualType &DeclRefType) { in isVariableAlreadyCapturedInScopeInfo() argument
18697 DeclRefType = CaptureType.getNonReferenceType(); in isVariableAlreadyCapturedInScopeInfo()
18707 if (Cap.isCopyCapture() && !DeclRefType->isFunctionType() && in isVariableAlreadyCapturedInScopeInfo()
18712 DeclRefType.addConst(); in isVariableAlreadyCapturedInScopeInfo()
18821 QualType &CaptureType, QualType &DeclRefType, in captureInBlock() argument
18875 DeclRefType = CaptureType; in captureInBlock()
18889 const bool BuildAndDiagnose, QualType &CaptureType, QualType &DeclRefType, in captureInCapturedRegion() argument
18899 bool HasConst = DeclRefType.isConstQualified(); in captureInCapturedRegion()
[all …]
H A DSemaLambda.cpp209 QualType CaptureType, DeclRefType; in getStackIndexOfNearestEnclosingCaptureCapableLambda() local
214 /*BuildAndDiagnose*/ false, CaptureType, DeclRefType, in getStackIndexOfNearestEnclosingCaptureCapableLambda()
H A DSemaExprCXX.cpp7633 QualType CaptureType, DeclRefType; in CheckIfAnyEnclosingLambdasMustCaptureAnyPotentialCaptures() local
7638 DeclRefType, nullptr)) { in CheckIfAnyEnclosingLambdasMustCaptureAnyPotentialCaptures()
7644 DeclRefType, nullptr); in CheckIfAnyEnclosingLambdasMustCaptureAnyPotentialCaptures()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h7058 QualType &DeclRefType,