Searched refs:getCapturedRecordDecl (Results 1 – 6 of 6) sorted by relevance
2151 const RecordDecl *RD = S.getCapturedRecordDecl(); in InitCapturedStruct()2203 const RecordDecl *RD = S.getCapturedRecordDecl(); in GenerateCapturedStmtFunction()
127 const RecordDecl *RD = S.getCapturedRecordDecl(); in GenerateOpenMPCapturedVars()203 const RecordDecl *RD = S.getCapturedRecordDecl(); in GenerateOpenMPCapturedStmtFunction()2561 auto SharedsTy = getContext().getRecordType(CS->getCapturedRecordDecl()); in EmitOMPTaskDirective()3480 auto SharedsTy = getContext().getRecordType(CS->getCapturedRecordDecl()); in EmitOMPTaskLoopBasedDirective()
186 S.getCapturedRecordDecl()->field_begin(); in Kind()
5724 auto RI = CS.getCapturedRecordDecl()->field_begin(); in emitTargetCall()
2123 const RecordDecl *getCapturedRecordDecl() const { return TheRecordDecl; } in getCapturedRecordDecl() function
332 Record.AddDeclRef(S->getCapturedRecordDecl()); in VisitCapturedStmt()