Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaLambda.cpp1619 Name, Cap.getCaptureType(), Loc); in BuildCaptureInit()
1661 : From.getCaptureType(); in CaptureHasSideEffects()
1697 QualType FieldType = Capture.getCaptureType(); in BuildCaptureField()
H A DSemaExpr.cpp15530 Cap.getCaptureType()->getAs<RecordType>()) { in ActOnBlockStmtExpr()
15565 Cap.getCaptureType(), false), in ActOnBlockStmtExpr()
17241 CaptureType = CSI->getCapture(Var).getCaptureType(); in isVariableAlreadyCapturedInScopeInfo()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DScopeInfo.h650 QualType getCaptureType() const { return CaptureType; } in getCaptureType() function