Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DScopeInfo.h504 QualType getCaptureType() const { in getCaptureType() function
/external/llvm-project/clang/lib/Sema/
DSemaLambda.cpp1616 Name, Cap.getCaptureType(), Loc); in BuildCaptureInit()
1658 : From.getCaptureType(); in CaptureHasSideEffects()
1694 QualType FieldType = Capture.getCaptureType(); in BuildCaptureField()
DSemaExpr.cpp15415 Cap.getCaptureType()->getAs<RecordType>()) { in ActOnBlockStmtExpr()
15450 Cap.getCaptureType(), false), in ActOnBlockStmtExpr()
17080 CaptureType = CSI->getCapture(Var).getCaptureType(); in isVariableAlreadyCapturedInScopeInfo()
/external/llvm-project/clang/include/clang/Sema/
DScopeInfo.h646 QualType getCaptureType() const { return CaptureType; } in getCaptureType() function
/external/clang/lib/Sema/
DSemaExpr.cpp13190 CaptureType = CSI->getCapture(Var).getCaptureType(); in isVariableAlreadyCapturedInScopeInfo()