Searched refs:TheRecordDecl (Results 1 – 4 of 4) sorted by relevance
773 RecordDecl *TheRecordDecl; variable792 TheCapturedDecl(CD), TheRecordDecl(RD), TheScope(S), in CapturedRegionScopeInfo()
3540 RecordDecl *TheRecordDecl = nullptr; variable3589 const RecordDecl *getCapturedRecordDecl() const { return TheRecordDecl; } in getCapturedRecordDecl()3594 TheRecordDecl = D; in setCapturedRecordDecl()
4660 FieldDecl *Field = S.BuildCaptureField(RSI->TheRecordDecl, Cap); in buildCapturedStmtCaptureList()4781 RecordDecl *Record = RSI->TheRecordDecl; in ActOnCapturedRegionError()4804 RecordDecl *RD = RSI->TheRecordDecl; in ActOnCapturedRegionEnd()
1313 CapDeclAndKind(CD, Kind), TheRecordDecl(RD) { in CapturedStmt()