Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp1971 SmallVector<LambdaCapture, 8> ToCaptures; in ImportDefinition() local
1972 ToCaptures.reserve(FromCXXRD->capture_size()); in ImportDefinition()
1975 ToCaptures.push_back(*ToCaptureOrErr); in ImportDefinition()
1980 ToCaptures); in ImportDefinition()