Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DASTImporter.cpp2027 SmallVector<LambdaCapture, 8> ToCaptures; in ImportDefinition() local
2028 ToCaptures.reserve(FromCXXRD->capture_size()); in ImportDefinition()
2031 ToCaptures.push_back(*ToCaptureOrErr); in ImportDefinition()
2036 ToCaptures); in ImportDefinition()