Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp2500 SmallVector<LambdaCapture, 8> ToCaptures; in ImportDefinition() local
2501 ToCaptures.reserve(FromCXXRD->capture_size()); in ImportDefinition()
2504 ToCaptures.push_back(*ToCaptureOrErr); in ImportDefinition()
2509 ToCaptures); in ImportDefinition()