Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DASTImporter.cpp7356 for (const auto &FromCapture : E->captures()) { in VisitLambdaExpr() local
7357 if (auto ToCaptureOrErr = import(FromCapture)) in VisitLambdaExpr()