Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaLambda.cpp1667 Name, Cap.getCaptureType(), Loc); in BuildCaptureInit()
1709 : From.getCaptureType(); in CaptureHasSideEffects()
1745 QualType FieldType = Capture.getCaptureType(); in BuildCaptureField()
H A DSemaExpr.cpp16688 Cap.getCaptureType()->getAs<RecordType>()) { in ActOnBlockStmtExpr()
16723 Cap.getCaptureType()), in ActOnBlockStmtExpr()
18611 CaptureType = CSI->getCapture(Var).getCaptureType(); in isVariableAlreadyCapturedInScopeInfo()
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DScopeInfo.h666 QualType getCaptureType() const { return CaptureType; } in getCaptureType() function