Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/include/clang/Sema/
H A DSemaInternal.h69 QualType CaptureType, DeclRefType; in MarkVarDeclODRUsed() local
73 CaptureType, DeclRefType, in MarkVarDeclODRUsed()
H A DSema.h3448 QualType &DeclRefType,
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaExpr.cpp11798 QualType &DeclRefType) { in isVariableAlreadyCapturedInScopeInfo() argument
11808 DeclRefType = CaptureType.getNonReferenceType(); in isVariableAlreadyCapturedInScopeInfo()
11813 DeclRefType.addConst(); in isVariableAlreadyCapturedInScopeInfo()
11901 QualType &DeclRefType, in captureInBlock() argument
11935 DeclRefType = CaptureType; in captureInBlock()
11938 if (const RecordType *Record = DeclRefType->getAs<RecordType>()) { in captureInBlock()
11955 DeclRefType.withConst(), in captureInBlock()
11993 QualType &DeclRefType, in captureInCapturedRegion() argument
12000 CaptureType = S.Context.getLValueReferenceType(DeclRefType); in captureInCapturedRegion()
12017 DeclRefType, VK_LValue, Loc); in captureInCapturedRegion()
[all …]
H A DSemaLambda.cpp199 QualType CaptureType, DeclRefType; in getStackIndexOfNearestEnclosingCaptureCapableLambda() local
206 DeclRefType, &IndexOfCaptureReadyLambda); in getStackIndexOfNearestEnclosingCaptureCapableLambda()
H A DSemaExprCXX.cpp5947 QualType CaptureType, DeclRefType; in CheckIfAnyEnclosingLambdasMustCaptureAnyPotentialCaptures() local
5952 DeclRefType, nullptr)) { in CheckIfAnyEnclosingLambdasMustCaptureAnyPotentialCaptures()
5958 DeclRefType, nullptr); in CheckIfAnyEnclosingLambdasMustCaptureAnyPotentialCaptures()