Searched refs:TheRecordDecl (Results 1 – 4 of 4) sorted by relevance
785 RecordDecl *TheRecordDecl; variable804 TheCapturedDecl(CD), TheRecordDecl(RD), TheScope(S), in CapturedRegionScopeInfo()
3601 RecordDecl *TheRecordDecl = nullptr; variable3650 const RecordDecl *getCapturedRecordDecl() const { return TheRecordDecl; } in getCapturedRecordDecl()3655 TheRecordDecl = D; in setCapturedRecordDecl()
4683 FieldDecl *Field = S.BuildCaptureField(RSI->TheRecordDecl, Cap); in buildCapturedStmtCaptureList()4804 RecordDecl *Record = RSI->TheRecordDecl; in ActOnCapturedRegionError()4827 RecordDecl *RD = RSI->TheRecordDecl; in ActOnCapturedRegionEnd()
1325 CapDeclAndKind(CD, Kind), TheRecordDecl(RD) { in CapturedStmt()