Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Sema/
H A DScopeInfo.h785 RecordDecl *TheRecordDecl; variable
804 TheCapturedDecl(CD), TheRecordDecl(RD), TheScope(S), in CapturedRegionScopeInfo()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DStmt.h3601 RecordDecl *TheRecordDecl = nullptr; variable
3650 const RecordDecl *getCapturedRecordDecl() const { return TheRecordDecl; } in getCapturedRecordDecl()
3655 TheRecordDecl = D; in setCapturedRecordDecl()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaStmt.cpp4683 FieldDecl *Field = S.BuildCaptureField(RSI->TheRecordDecl, Cap); in buildCapturedStmtCaptureList()
4804 RecordDecl *Record = RSI->TheRecordDecl; in ActOnCapturedRegionError()
4827 RecordDecl *RD = RSI->TheRecordDecl; in ActOnCapturedRegionEnd()
/llvm-project-15.0.7/clang/lib/AST/
H A DStmt.cpp1325 CapDeclAndKind(CD, Kind), TheRecordDecl(RD) { in CapturedStmt()