Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/AST/
H A DDeclCXX.cpp1464 void CXXRecordDecl::LambdaDefinitionData::AddCaptureList(ASTContext &Ctx, in AddCaptureList() function in CXXRecordDecl::LambdaDefinitionData
1482 Data.AddCaptureList(Context, ToCapture); in setCaptures()
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTReaderDecl.cpp1942 Lambda.AddCaptureList(Reader.getContext(), ToCapture); in ReadCXXDefinitionData()
2045 Lambda1.AddCaptureList(Reader.getContext(), Lambda2.Captures.front()); in MergeDefinitionData()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DDeclCXX.h437 void AddCaptureList(ASTContext &Ctx, Capture *CaptureList);