Searched refs:getRawStmt (Results 1 – 7 of 7) sorted by relevance
355 const Stmt *getRawStmt() const { in getRawStmt() function356 return const_cast<OMPExecutableDirective *>(this)->getRawStmt(); in getRawStmt()358 Stmt *getRawStmt() { in getRawStmt() function361 return Data->getRawStmt(); in getRawStmt()
8028 Stmt *getRawStmt() { in getRawStmt() function8041 const Stmt *getRawStmt() const { in getRawStmt() function8042 return const_cast<OMPChildren *>(this)->getRawStmt(); in getRawStmt()
74 return getRawStmt(); in getStructuredBlock()123 Stmt *Body = Data->getRawStmt()->IgnoreContainers(); in getBody()
650 PrintStmt(S->getRawStmt()); in PrintOMPExecutableDirective()
4917 Stmt *S = D->getRawStmt(); in VisitOMPExecutableDirective()
3618 CGF.EmitStmt(S.getRawStmt()); in emitMaster()
10335 scanForTargetRegionsFunctions(E->getRawStmt(), ParentName); in scanForTargetRegionsFunctions()