Searched refs:DeclRefType (Results 1 – 5 of 5) sorted by relevance
| /minix3/external/bsd/llvm/dist/clang/include/clang/Sema/ |
| H A D | SemaInternal.h | 69 QualType CaptureType, DeclRefType; in MarkVarDeclODRUsed() local 73 CaptureType, DeclRefType, in MarkVarDeclODRUsed()
|
| H A D | Sema.h | 3448 QualType &DeclRefType,
|
| /minix3/external/bsd/llvm/dist/clang/lib/Sema/ |
| H A D | SemaExpr.cpp | 11798 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 D | SemaLambda.cpp | 199 QualType CaptureType, DeclRefType; in getStackIndexOfNearestEnclosingCaptureCapableLambda() local 206 DeclRefType, &IndexOfCaptureReadyLambda); in getStackIndexOfNearestEnclosingCaptureCapableLambda()
|
| H A D | SemaExprCXX.cpp | 5947 QualType CaptureType, DeclRefType; in CheckIfAnyEnclosingLambdasMustCaptureAnyPotentialCaptures() local 5952 DeclRefType, nullptr)) { in CheckIfAnyEnclosingLambdasMustCaptureAnyPotentialCaptures() 5958 DeclRefType, nullptr); in CheckIfAnyEnclosingLambdasMustCaptureAnyPotentialCaptures()
|