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.cpp2232 SmallVector<LambdaCapture, 8> ToCaptures; in ImportDefinition() local
2233 ToCaptures.reserve(FromCXXRD->capture_size()); in ImportDefinition()
2236 ToCaptures.push_back(*ToCaptureOrErr); in ImportDefinition()
2241 ToCaptures); in ImportDefinition()