Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaLambda.cpp1700 FieldDecl *Sema::BuildCaptureField(RecordDecl *RD, in BuildCaptureField() function in Sema
1873 BuildCaptureField(Class, From); in BuildLambdaExpr()
H A DSemaStmt.cpp4683 FieldDecl *Field = S.BuildCaptureField(RSI->TheRecordDecl, Cap); in buildCapturedStmtCaptureList()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h7041 FieldDecl *BuildCaptureField(RecordDecl *RD, const sema::Capture &Capture);