Searched defs:DeclRefType (Results 1 – 3 of 3) sorted by relevance
/openbsd/gnu/llvm/clang/lib/Sema/ |
H A D | SemaExpr.cpp | 18504 QualType CaptureType, DeclRefType; in MarkVarDeclODRUsed() local 18604 QualType &DeclRefType) { in isVariableAlreadyCapturedInScopeInfo() 18733 QualType &CaptureType, QualType &DeclRefType, in captureInBlock() 18801 const bool BuildAndDiagnose, QualType &CaptureType, QualType &DeclRefType, in captureInCapturedRegion() 18841 QualType &CaptureType, QualType &DeclRefType, in captureInLambda() 19049 QualType &DeclRefType, const unsigned *const FunctionScopeIndexToStopAt) { in tryCaptureVariable() 19296 QualType DeclRefType; in tryCaptureVariable() local 19304 QualType DeclRefType; in NeedToCaptureVariable() local 19312 QualType DeclRefType; in getCapturedDeclRefType() local 19927 QualType CaptureType, DeclRefType; in DoMarkBindingDeclReferenced() local
|
H A D | SemaLambda.cpp | 204 QualType CaptureType, DeclRefType; in getStackIndexOfNearestEnclosingCaptureCapableLambda() local
|
H A D | SemaExprCXX.cpp | 8314 QualType CaptureType, DeclRefType; in CheckIfAnyEnclosingLambdasMustCaptureAnyPotentialCaptures() local
|