Searched defs:DeclRefType (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaExpr.cpp | 18139 QualType CaptureType, DeclRefType; in MarkVarDeclODRUsed() local 18245 QualType &DeclRefType) { in isVariableAlreadyCapturedInScopeInfo() 18375 QualType &CaptureType, QualType &DeclRefType, in captureInBlock() 18443 const bool BuildAndDiagnose, QualType &CaptureType, QualType &DeclRefType, in captureInCapturedRegion() 18483 QualType &CaptureType, QualType &DeclRefType, in captureInLambda() 18688 QualType &DeclRefType, const unsigned *const FunctionScopeIndexToStopAt) { in tryCaptureVariable() 18987 QualType DeclRefType; in tryCaptureVariable() local 18995 QualType DeclRefType; in NeedToCaptureVariable() local 19003 QualType DeclRefType; in getCapturedDeclRefType() local 19640 QualType CaptureType, DeclRefType; in DoMarkBindingDeclReferenced() local
|
H A D | SemaLambda.cpp | 208 QualType CaptureType, DeclRefType; in getStackIndexOfNearestEnclosingCaptureCapableLambda() local
|
H A D | SemaExprCXX.cpp | 8611 QualType CaptureType, DeclRefType; in CheckIfAnyEnclosingLambdasMustCaptureAnyPotentialCaptures() local
|