Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTImporter.cpp1953 SmallVector<LambdaCapture, 8> ToCaptures; in ImportDefinition() local
1954 ToCaptures.reserve(FromCXXRD->capture_size()); in ImportDefinition()
1957 ToCaptures.push_back(*ToCaptureOrErr); in ImportDefinition()
1962 ToCaptures); in ImportDefinition()