Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclCXX.cpp1501 void CXXRecordDecl::LambdaDefinitionData::AddCaptureList(ASTContext &Ctx, in AddCaptureList() function in CXXRecordDecl::LambdaDefinitionData
1519 Data.AddCaptureList(Context, ToCapture); in setCaptures()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp2042 Lambda.AddCaptureList(Reader.getContext(), ToCapture); in ReadCXXDefinitionData()
2150 Lambda1.AddCaptureList(Reader.getContext(), Lambda2.Captures.front()); in MergeDefinitionData()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h453 void AddCaptureList(ASTContext &Ctx, Capture *CaptureList);