Lines Matching defs:OMPTransformDirectiveScopeRAII
1879 class OMPTransformDirectiveScopeRAII {
1884 OMPTransformDirectiveScopeRAII(const OMPTransformDirectiveScopeRAII &) =
1886 OMPTransformDirectiveScopeRAII &
1887 operator=(const OMPTransformDirectiveScopeRAII &) = delete;
1890 OMPTransformDirectiveScopeRAII(CodeGenFunction &CGF, const Stmt *S) {
1897 ~OMPTransformDirectiveScopeRAII() {
2819 OMPTransformDirectiveScopeRAII TileScope(*this, &S);
2825 OMPTransformDirectiveScopeRAII ReverseScope(*this, &S);
2832 OMPTransformDirectiveScopeRAII InterchangeScope(*this, &S);