Searched refs:TheRecordDecl (Results 1 – 4 of 4) sorted by relevance
822 RecordDecl *TheRecordDecl; variable841 TheCapturedDecl(CD), TheRecordDecl(RD), TheScope(S), in CapturedRegionScopeInfo()
3927 RecordDecl *TheRecordDecl = nullptr;3976 const RecordDecl *getCapturedRecordDecl() const { return TheRecordDecl; }3981 TheRecordDecl = D;
4572 FieldDecl *Field = S.BuildCaptureField(RSI->TheRecordDecl, Cap); in buildCapturedStmtCaptureList()4716 RecordDecl *Record = RSI->TheRecordDecl; in ActOnCapturedRegionError()4739 RecordDecl *RD = RSI->TheRecordDecl; in ActOnCapturedRegionEnd()
1372 CapDeclAndKind(CD, Kind), TheRecordDecl(RD) { in CapturedStmt()