Searched refs:TheRecordDecl (Results 1 – 4 of 4) sorted by relevance
799 RecordDecl *TheRecordDecl; variable818 TheCapturedDecl(CD), TheRecordDecl(RD), TheScope(S), in CapturedRegionScopeInfo()
3827 RecordDecl *TheRecordDecl = nullptr; variable3876 const RecordDecl *getCapturedRecordDecl() const { return TheRecordDecl; } in getCapturedRecordDecl()3881 TheRecordDecl = D; in setCapturedRecordDecl()
4738 FieldDecl *Field = S.BuildCaptureField(RSI->TheRecordDecl, Cap); in buildCapturedStmtCaptureList()4860 RecordDecl *Record = RSI->TheRecordDecl; in ActOnCapturedRegionError()4883 RecordDecl *RD = RSI->TheRecordDecl; in ActOnCapturedRegionEnd()
1327 CapDeclAndKind(CD, Kind), TheRecordDecl(RD) { in CapturedStmt()