Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DScopeInfo.h695 QualType getCaptureType() const { return CaptureType; } in getCaptureType() function
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaLambda.cpp1939 Name, Cap.getCaptureType(), Loc); in BuildCaptureInit()
1980 : From.getCaptureType(); in CaptureHasSideEffects()
2022 QualType FieldType = Capture.getCaptureType(); in BuildCaptureField()
H A DSemaExpr.cpp16189 Cap.getCaptureType()->getAs<RecordType>()) { in ActOnBlockStmtExpr()
16224 Cap.getCaptureType()), in ActOnBlockStmtExpr()
18252 CaptureType = CSI->getCapture(Var).getCaptureType(); in isVariableAlreadyCapturedInScopeInfo()