Home
last modified time | relevance | path

Searched refs:getCaptureType (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaLambda.cpp1625 Name, Cap.getCaptureType(), Loc); in BuildCaptureInit()
1667 : From.getCaptureType(); in CaptureHasSideEffects()
1703 QualType FieldType = Capture.getCaptureType(); in BuildCaptureField()
H A DSemaExpr.cpp16419 Cap.getCaptureType()->getAs<RecordType>()) { in ActOnBlockStmtExpr()
16454 Cap.getCaptureType()), in ActOnBlockStmtExpr()
18303 CaptureType = CSI->getCapture(Var).getCaptureType(); in isVariableAlreadyCapturedInScopeInfo()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DScopeInfo.h662 QualType getCaptureType() const { return CaptureType; } in getCaptureType() function