Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp2184 SmallVector<LambdaCapture, 8> ToCaptures; in ImportDefinition() local
2185 ToCaptures.reserve(FromCXXRD->capture_size()); in ImportDefinition()
2188 ToCaptures.push_back(*ToCaptureOrErr); in ImportDefinition()
2193 ToCaptures); in ImportDefinition()